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