GroupId | GroupIdorg.opengis.cite |
---|---|
ArtifactId | ArtifactIdschema-utils |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
schema-utils-1.6.pom | |
schema-utils-1.6.jar | 61 KB |
schema-utils-1.6-sources.jar | 55 KB |
schema-utils-1.6-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opengis.cite/schema-utils/ -->
<dependency>
<groupId>org.opengis.cite</groupId>
<artifactId>schema-utils</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.opengis.cite/schema-utils/
implementation 'org.opengis.cite:schema-utils:1.6'
// https://jarcasting.com/artifacts/org.opengis.cite/schema-utils/
implementation ("org.opengis.cite:schema-utils:1.6")
'org.opengis.cite:schema-utils:jar:1.6'
<dependency org="org.opengis.cite" name="schema-utils" rev="1.6">
<artifact name="schema-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opengis.cite', module='schema-utils', version='1.6')
)
libraryDependencies += "org.opengis.cite" % "schema-utils" % "1.6"
[org.opengis.cite/schema-utils "1.6"]