<dependency> <groupId>com.fizzed</groupId> <artifactId>blaze-ivy</artifactId> <version>0.15.1</version> </dependency>
implementation 'com.fizzed:blaze-ivy:0.15.1'
implementation("com.fizzed:blaze-ivy:0.15.1")
libraryDependencies += "com.fizzed" % "blaze-ivy" % "0.15.1"
@Grapes( @Grab(group='com.fizzed', module='blaze-ivy', version='0.15.1') )
<dependency org="com.fizzed" name="blaze-ivy" rev="0.15.1" />
[com.fizzed/blaze-ivy "0.15.1"]
'com.fizzed:blaze-ivy:jar:0.15.1'
<parent> <groupId>com.fizzed</groupId> <artifactId>blaze</artifactId> <version>0.15.1</version> </parent>
compile
|-- org.apache.ivy:ivy
provided
|-- com.fizzed:blaze-core
test
|-- org.hamcrest:java-hamcrest
|-- junit:junit
|-- org.mockito:mockito-core
|-- ch.qos.logback:logback-classic