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