sapmachine-jdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.sapmachine</groupId> <artifactId>sapmachine-jdk</artifactId> <version>24.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"> <modelVersion>4.0.0</modelVersion> <groupId>io.sapmachine</groupId> <artifactId>sapmachine-jdk</artifactId> <version>24.0.1</version> <packaging>pom</packaging> <name>SapMachine JDK</name> <description>SapMachine JDK</description> <url>https://sapmachine.io/</url> <licenses> <license> <name>GPLv2 + Classpath Exception</name> <url>https://sap.github.io/SapMachine/LICENSE</url> </license> </licenses> <developers> <developer> <name>SapMachine</name> <email>sapmachine@sap.com</email> <organization>SAP SE</organization> <organizationUrl>http://www.sap.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/SAP/SapMachine/tree/sapmachine-24.0.1</connection> <url>http://github.com/SAP/SapMachine/tree/sapmachine-24.0.1</url> </scm> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.7.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>