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