<dependency> <groupId>com.cedarsoftware</groupId> <artifactId>java-util</artifactId> <version>1.12.0</version> </dependency>
implementation 'com.cedarsoftware:java-util:1.12.0'
implementation("com.cedarsoftware:java-util:1.12.0")
libraryDependencies += "com.cedarsoftware" % "java-util" % "1.12.0"
@Grapes( @Grab(group='com.cedarsoftware', module='java-util', version='1.12.0') )
<dependency org="com.cedarsoftware" name="java-util" rev="1.12.0" />
[com.cedarsoftware/java-util "1.12.0"]
'com.cedarsoftware:java-util:jar:1.12.0'
compile
|-- commons-logging:commons-logging:1.1.1
test
|-- com.cedarsoftware:json-io:2.6.0
|-- junit:junit:4.11
|-- com.google.guava:guava:16.0.1
|-- org.mockito:mockito-all:1.9.5
|-- org.powermock:powermock-module-junit4:1.5.4
|-- org.powermock:powermock-api-mockito:1.5.4