Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.ling5821 |
ArtifactId | ArtifactIdjetgeo |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
jetgeo-1.1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ling5821/jetgeo/ -->
<dependency>
<groupId>com.ling5821</groupId>
<artifactId>jetgeo</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ling5821/jetgeo/
implementation 'com.ling5821:jetgeo:1.1.0'
// https://jarcasting.com/artifacts/com.ling5821/jetgeo/
implementation ("com.ling5821:jetgeo:1.1.0")
'com.ling5821:jetgeo:pom:1.1.0'
<dependency org="com.ling5821" name="jetgeo" rev="1.1.0">
<artifact name="jetgeo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ling5821', module='jetgeo', version='1.1.0')
)
libraryDependencies += "com.ling5821" % "jetgeo" % "1.1.0"
[com.ling5821/jetgeo "1.1.0"]