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