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