javageomodel
git fork of http://code.google.com/p/javageomodel/
Created to support custom changes (features/fixes).
Perform all work on a git branch as existing svn branches may be rebased against the original svn repo.
License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.usergrid |
ArtifactId | ArtifactIdgeocell |
Last Version | Last Version0.0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeocellJava
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geocell-0.0.11.pom | |
geocell-0.0.11.jar | 28 KB |
geocell-0.0.11-sources.jar | 24 KB |
geocell-0.0.11-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.usergrid/geocell/ -->
<dependency>
<groupId>org.usergrid</groupId>
<artifactId>geocell</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.usergrid/geocell/
implementation 'org.usergrid:geocell:0.0.11'
// https://jarcasting.com/artifacts/org.usergrid/geocell/
implementation ("org.usergrid:geocell:0.0.11")
'org.usergrid:geocell:jar:0.0.11'
<dependency org="org.usergrid" name="geocell" rev="0.0.11">
<artifact name="geocell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.usergrid', module='geocell', version='0.0.11')
)
libraryDependencies += "org.usergrid" % "geocell" % "0.0.11"
[org.usergrid/geocell "0.0.11"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.4 |
javax.jdo : jdo2-api | jar | 2.3-20090302111651 |
org.apache.geronimo.specs : geronimo-jpa_3.0_spec | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.mockito : mockito-all | jar | 1.8.5 |
git fork of http://code.google.com/p/javageomodel/
Created to support custom changes (features/fixes).
Perform all work on a git branch as existing svn branches may be rebased against the original svn repo.