GroupId | GroupIdorg.xmlobjects.gml |
---|---|
ArtifactId | ArtifactIdgml-objects |
Version | Version1.0.0-rc.1 |
Type | Typejar |
Filename | Size |
---|---|
gml-objects-1.0.0-rc.1.pom | |
gml-objects-1.0.0-rc.1.jar | 479 KB |
gml-objects-1.0.0-rc.1-sources.jar | 422 KB |
gml-objects-1.0.0-rc.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xmlobjects.gml/gml-objects/ -->
<dependency>
<groupId>org.xmlobjects.gml</groupId>
<artifactId>gml-objects</artifactId>
<version>1.0.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlobjects.gml/gml-objects/
implementation 'org.xmlobjects.gml:gml-objects:1.0.0-rc.1'
// https://jarcasting.com/artifacts/org.xmlobjects.gml/gml-objects/
implementation ("org.xmlobjects.gml:gml-objects:1.0.0-rc.1")
'org.xmlobjects.gml:gml-objects:jar:1.0.0-rc.1'
<dependency org="org.xmlobjects.gml" name="gml-objects" rev="1.0.0-rc.1">
<artifact name="gml-objects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlobjects.gml', module='gml-objects', version='1.0.0-rc.1')
)
libraryDependencies += "org.xmlobjects.gml" % "gml-objects" % "1.0.0-rc.1"
[org.xmlobjects.gml/gml-objects "1.0.0-rc.1"]