GroupId | GroupIdorg.xmlobjects.gml |
---|---|
ArtifactId | ArtifactIdgml-objects |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
gml-objects-0.9.0.pom | |
gml-objects-0.9.0.jar | 474 KB |
gml-objects-0.9.0-sources.jar | 420 KB |
gml-objects-0.9.0-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>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xmlobjects.gml/gml-objects/
implementation 'org.xmlobjects.gml:gml-objects:0.9.0'
// https://jarcasting.com/artifacts/org.xmlobjects.gml/gml-objects/
implementation ("org.xmlobjects.gml:gml-objects:0.9.0")
'org.xmlobjects.gml:gml-objects:jar:0.9.0'
<dependency org="org.xmlobjects.gml" name="gml-objects" rev="0.9.0">
<artifact name="gml-objects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xmlobjects.gml', module='gml-objects', version='0.9.0')
)
libraryDependencies += "org.xmlobjects.gml" % "gml-objects" % "0.9.0"
[org.xmlobjects.gml/gml-objects "0.9.0"]