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