Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.mochi-cell.tools |
ArtifactId | ArtifactIdjsoneditorschemaparser |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mochi-cell.tools/jsoneditorschemaparser/ -->
<dependency>
<groupId>com.mochi-cell.tools</groupId>
<artifactId>jsoneditorschemaparser</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mochi-cell.tools/jsoneditorschemaparser/
implementation 'com.mochi-cell.tools:jsoneditorschemaparser:0.1.3'
// https://jarcasting.com/artifacts/com.mochi-cell.tools/jsoneditorschemaparser/
implementation ("com.mochi-cell.tools:jsoneditorschemaparser:0.1.3")
'com.mochi-cell.tools:jsoneditorschemaparser:jar:0.1.3'
<dependency org="com.mochi-cell.tools" name="jsoneditorschemaparser" rev="0.1.3">
<artifact name="jsoneditorschemaparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mochi-cell.tools', module='jsoneditorschemaparser', version='0.1.3')
)
libraryDependencies += "com.mochi-cell.tools" % "jsoneditorschemaparser" % "0.1.3"
[com.mochi-cell.tools/jsoneditorschemaparser "0.1.3"]