License |
License |
---|---|
GroupId | GroupIdmil.nga |
ArtifactId | ArtifactIdproj |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProjections
Library for performing projection conversions between coordinates
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
proj-1.1.2.pom | |
proj-1.1.2.jar | 103 KB |
proj-1.1.2-sources.jar | 91 KB |
proj-1.1.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mil.nga/proj/ -->
<dependency>
<groupId>mil.nga</groupId>
<artifactId>proj</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/mil.nga/proj/
implementation 'mil.nga:proj:1.1.2'
// https://jarcasting.com/artifacts/mil.nga/proj/
implementation ("mil.nga:proj:1.1.2")
'mil.nga:proj:jar:1.1.2'
<dependency org="mil.nga" name="proj" rev="1.1.2">
<artifact name="proj" type="jar" />
</dependency>
@Grapes(
@Grab(group='mil.nga', module='proj', version='1.1.2')
)
libraryDependencies += "mil.nga" % "proj" % "1.1.2"
[mil.nga/proj "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
mil.nga : crs | jar | 1.1.4 |
org.locationtech.proj4j : proj4j | jar | 1.1.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |