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