crs-transformation-adapter-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.programmerare.crs-transformation</groupId> <artifactId>crs-transformation-adapter-core</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-core</artifactId> <version>2.0.1</version> <name>com.programmerare.crs-transformation:crs-transformation-adapter-core</name> <description>Coordinate Reference System Transformations. Kotlin/JVM/Java library used for 'converting coordinates between different coordinate systems'. The core library provides an adapter interface which is implemented by other modules using different third-part libraries as adaptees.</description> <url>https://github.com/TomasJohansson/crsTransformations</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/TomasJohansson/crsTransformations</url> <comments>MIT license for the core library. The adapter libraries have the same license as the adaptee libraries.</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>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> </dependencies> </project>