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