<dependency> <groupId>org.spf4j</groupId> <artifactId>spf4j-zel</artifactId> <version>8.6.30</version> </dependency>
implementation 'org.spf4j:spf4j-zel:8.6.30'
implementation("org.spf4j:spf4j-zel:8.6.30")
libraryDependencies += "org.spf4j" % "spf4j-zel" % "8.6.30"
@Grapes( @Grab(group='org.spf4j', module='spf4j-zel', version='8.6.30') )
<dependency org="org.spf4j" name="spf4j-zel" rev="8.6.30" />
[org.spf4j/spf4j-zel "8.6.30"]
'org.spf4j:spf4j-zel:jar:8.6.30'
<parent> <groupId>org.spf4j</groupId> <artifactId>spf4j</artifactId> <version>8.6.30</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