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