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