crs-transformation-adapter-impl-proj4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.programmerare.crs-transformation</groupId> <artifactId>crs-transformation-adapter-impl-proj4j</artifactId> <version>2.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.programmerare.crs-transformation</groupId> <artifactId>crs-transformation-adapter-impl-proj4j</artifactId> <version>2.0.1</version> <name>com.programmerare.crs-transformation:crs-transformation-adapter-impl-proj4j</name> <description>Coordinate Reference System Transformations adapter implementation using the adaptee third-part library proj4j.</description> <url>https://github.com/TomasJohansson/crsTransformations</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://github.com/Proj4J/proj4j</url> <comments>Apache License 2.0, i.e. the same license as the used adaptee third-part library proj4j. The artifact crs-transformation-adapter-impl-proj4j is using proj4j and the same license Apache License 2.0.</comments> </license> </licenses> <developers> <developer> <name>Tomas Johansson</name> <organizationUrl>https://programmerare.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/TomasJohansson/crsTransformations.git</connection> <developerConnection>scm:git:ssh://github.com/TomasJohansson/crsTransformations.git</developerConnection> <url>https://github.com/TomasJohansson/crsTransformations</url> </scm> <dependencies> <dependency> <groupId>com.programmerare.crs-transformation</groupId> <artifactId>crs-transformation-adapter-core</artifactId> <version>2.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.osgeo</groupId> <artifactId>proj4j</artifactId> <version>0.1.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>