Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.ogc |
ArtifactId | ArtifactIdgmljp2 |
Version | Version2.6.0 |
Type | Typepom |
Filename | Size |
---|---|
gmljp2-2.6.0.pom | 616 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.ogc/gmljp2/ -->
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>gmljp2</artifactId>
<version>2.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.ogc/gmljp2/
implementation 'org.jvnet.ogc:gmljp2:2.6.0'
// https://jarcasting.com/artifacts/org.jvnet.ogc/gmljp2/
implementation ("org.jvnet.ogc:gmljp2:2.6.0")
'org.jvnet.ogc:gmljp2:pom:2.6.0'
<dependency org="org.jvnet.ogc" name="gmljp2" rev="2.6.0">
<artifact name="gmljp2" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.ogc', module='gmljp2', version='2.6.0')
)
libraryDependencies += "org.jvnet.ogc" % "gmljp2" % "2.6.0"
[org.jvnet.ogc/gmljp2 "2.6.0"]