<dependency> <groupId>org.spf4j</groupId> <artifactId>spf4j-zel</artifactId> <version>8.7.5</version> </dependency>
implementation 'org.spf4j:spf4j-zel:8.7.5'
implementation("org.spf4j:spf4j-zel:8.7.5")
libraryDependencies += "org.spf4j" % "spf4j-zel" % "8.7.5"
@Grapes( @Grab(group='org.spf4j', module='spf4j-zel', version='8.7.5') )
<dependency org="org.spf4j" name="spf4j-zel" rev="8.7.5" />
[org.spf4j/spf4j-zel "8.7.5"]
'org.spf4j:spf4j-zel:jar:8.7.5'
<parent> <groupId>org.spf4j</groupId> <artifactId>spf4j</artifactId> <version>8.7.5</version> </parent>
compile
|-- org.spf4j:spf4j-core
|-- args4j:args4j:2.33
test
|-- junit:junit
|-- org.spf4j:spf4j-slf4j-test
|-- org.hamcrest:hamcrest-library:1.3
|-- org.spf4j:spf4j-junit