Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.geophile |
ArtifactId | ArtifactIdgeophile |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
geophile-2.2.0.pom | |
geophile-2.2.0.jar | 71 KB |
geophile-2.2.0-tests.jar | 144 KB |
geophile-2.2.0-test-sources.jar | 62 KB |
geophile-2.2.0-sources.jar | 49 KB |
geophile-2.2.0-javadoc.jar | 301 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.geophile/geophile/ -->
<dependency>
<groupId>com.geophile</groupId>
<artifactId>geophile</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.geophile/geophile/
implementation 'com.geophile:geophile:2.2.0'
// https://jarcasting.com/artifacts/com.geophile/geophile/
implementation ("com.geophile:geophile:2.2.0")
'com.geophile:geophile:jar:2.2.0'
<dependency org="com.geophile" name="geophile" rev="2.2.0">
<artifact name="geophile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geophile', module='geophile', version='2.2.0')
)
libraryDependencies += "com.geophile" % "geophile" % "2.2.0"
[com.geophile/geophile "2.2.0"]