Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.wowtools |
ArtifactId | ArtifactIdgeorewrite |
Version | Version1.3STABLE |
Type | Typejar |
Filename | Size |
---|---|
georewrite-1.3STABLE.pom | |
georewrite-1.3STABLE.jar | 56 KB |
georewrite-1.3STABLE-sources.jar | 32 KB |
georewrite-1.3STABLE-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wowtools/georewrite/ -->
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>georewrite</artifactId>
<version>1.3STABLE</version>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/georewrite/
implementation 'org.wowtools:georewrite:1.3STABLE'
// https://jarcasting.com/artifacts/org.wowtools/georewrite/
implementation ("org.wowtools:georewrite:1.3STABLE")
'org.wowtools:georewrite:jar:1.3STABLE'
<dependency org="org.wowtools" name="georewrite" rev="1.3STABLE">
<artifact name="georewrite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='georewrite', version='1.3STABLE')
)
libraryDependencies += "org.wowtools" % "georewrite" % "1.3STABLE"
[org.wowtools/georewrite "1.3STABLE"]