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