Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.kcthota |
ArtifactId | ArtifactIdJSONQuery |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
JSONQuery-0.0.1.pom | |
JSONQuery-0.0.1.jar | 17 KB |
JSONQuery-0.0.1-sources.jar | 10 KB |
JSONQuery-0.0.1-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kcthota/JSONQuery/ -->
<dependency>
<groupId>com.kcthota</groupId>
<artifactId>JSONQuery</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kcthota/JSONQuery/
implementation 'com.kcthota:JSONQuery:0.0.1'
// https://jarcasting.com/artifacts/com.kcthota/JSONQuery/
implementation ("com.kcthota:JSONQuery:0.0.1")
'com.kcthota:JSONQuery:jar:0.0.1'
<dependency org="com.kcthota" name="JSONQuery" rev="0.0.1">
<artifact name="JSONQuery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kcthota', module='JSONQuery', version='0.0.1')
)
libraryDependencies += "com.kcthota" % "JSONQuery" % "0.0.1"
[com.kcthota/JSONQuery "0.0.1"]