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