GroupId | GroupIdcom.github.reinert |
---|---|
ArtifactId | ArtifactIdjjschema |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
jjschema-1.5.pom | |
jjschema-1.5.jar | 52 KB |
jjschema-1.5-sources.jar | 36 KB |
jjschema-1.5-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.reinert/jjschema/ -->
<dependency>
<groupId>com.github.reinert</groupId>
<artifactId>jjschema</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.reinert/jjschema/
implementation 'com.github.reinert:jjschema:1.5'
// https://jarcasting.com/artifacts/com.github.reinert/jjschema/
implementation ("com.github.reinert:jjschema:1.5")
'com.github.reinert:jjschema:jar:1.5'
<dependency org="com.github.reinert" name="jjschema" rev="1.5">
<artifact name="jjschema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.reinert', module='jjschema', version='1.5')
)
libraryDependencies += "com.github.reinert" % "jjschema" % "1.5"
[com.github.reinert/jjschema "1.5"]