Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.hughwick |
ArtifactId | ArtifactIdtoolbox-json |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
toolbox-json-2.3.1.pom | |
toolbox-json-2.3.1.jar | 14 KB |
toolbox-json-2.3.1-sources.jar | 9 KB |
toolbox-json-2.3.1-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hughwick/toolbox-json/ -->
<dependency>
<groupId>com.github.hughwick</groupId>
<artifactId>toolbox-json</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-json/
implementation 'com.github.hughwick:toolbox-json:2.3.1'
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-json/
implementation ("com.github.hughwick:toolbox-json:2.3.1")
'com.github.hughwick:toolbox-json:jar:2.3.1'
<dependency org="com.github.hughwick" name="toolbox-json" rev="2.3.1">
<artifact name="toolbox-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hughwick', module='toolbox-json', version='2.3.1')
)
libraryDependencies += "com.github.hughwick" % "toolbox-json" % "2.3.1"
[com.github.hughwick/toolbox-json "2.3.1"]