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