Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.hisrc.jsonix |
ArtifactId | ArtifactIdjsonix-schema-compiler-full |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hisrc.jsonix/jsonix-schema-compiler-full/ -->
<dependency>
<groupId>org.hisrc.jsonix</groupId>
<artifactId>jsonix-schema-compiler-full</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hisrc.jsonix/jsonix-schema-compiler-full/
implementation 'org.hisrc.jsonix:jsonix-schema-compiler-full:2.1.0'
// https://jarcasting.com/artifacts/org.hisrc.jsonix/jsonix-schema-compiler-full/
implementation ("org.hisrc.jsonix:jsonix-schema-compiler-full:2.1.0")
'org.hisrc.jsonix:jsonix-schema-compiler-full:jar:2.1.0'
<dependency org="org.hisrc.jsonix" name="jsonix-schema-compiler-full" rev="2.1.0">
<artifact name="jsonix-schema-compiler-full" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hisrc.jsonix', module='jsonix-schema-compiler-full', version='2.1.0')
)
libraryDependencies += "org.hisrc.jsonix" % "jsonix-schema-compiler-full" % "2.1.0"
[org.hisrc.jsonix/jsonix-schema-compiler-full "2.1.0"]