Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.makintsian |
ArtifactId | ArtifactIdjsonparsepaths |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
jsonparsepaths-0.9.3.pom | |
jsonparsepaths-0.9.3.jar | 6 KB |
jsonparsepaths-0.9.3-sources.jar | 4 KB |
jsonparsepaths-0.9.3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.makintsian/jsonparsepaths/ -->
<dependency>
<groupId>com.github.makintsian</groupId>
<artifactId>jsonparsepaths</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.makintsian/jsonparsepaths/
implementation 'com.github.makintsian:jsonparsepaths:0.9.3'
// https://jarcasting.com/artifacts/com.github.makintsian/jsonparsepaths/
implementation ("com.github.makintsian:jsonparsepaths:0.9.3")
'com.github.makintsian:jsonparsepaths:jar:0.9.3'
<dependency org="com.github.makintsian" name="jsonparsepaths" rev="0.9.3">
<artifact name="jsonparsepaths" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.makintsian', module='jsonparsepaths', version='0.9.3')
)
libraryDependencies += "com.github.makintsian" % "jsonparsepaths" % "0.9.3"
[com.github.makintsian/jsonparsepaths "0.9.3"]