<dependency> <groupId>com.fizzed</groupId> <artifactId>blaze-core</artifactId> <version>1.1.0</version> </dependency>
implementation 'com.fizzed:blaze-core:1.1.0'
implementation("com.fizzed:blaze-core:1.1.0")
libraryDependencies += "com.fizzed" % "blaze-core" % "1.1.0"
@Grapes( @Grab(group='com.fizzed', module='blaze-core', version='1.1.0') )
<dependency org="com.fizzed" name="blaze-core" rev="1.1.0" />
[com.fizzed/blaze-core "1.1.0"]
'com.fizzed:blaze-core:jar:1.1.0'
<parent> <groupId>com.fizzed</groupId> <artifactId>blaze</artifactId> <version>1.1.0</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- com.typesafe:config
|-- commons-io:commons-io
|-- org.zeroturnaround:zt-exec
test
|-- org.hamcrest:java-hamcrest
|-- junit:junit
|-- org.mockito:mockito-core
|-- com.github.stefanbirkner:system-rules
|-- ch.qos.logback:logback-classic