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