punch-java-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.punchplatform</groupId>
<artifactId>punch-java-api</artifactId>
<version>8.1.13</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ This code is licensed under the outer restricted Tiss license:
~
~ Copyright [2014]-[2020] Thales Services under the Thales Inner Source Software License
~ (Version 1.0, InnerPublic - OuterRestricted the "License");
~
~ You may not use this file except in compliance with the License.
~
~ The complete license agreement can be requested at contact@punchplatform.com.
~
~ Refer to the License for the specific language governing permissions and limitations
~ under the License.
-->
<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.github.punchplatform</groupId>
<artifactId>punch-java-api</artifactId>
<version>8.1.13</version>
<name>Punch Java API</name>
<description>Punch Java Engine Public API</description>
<url>https://github.com/punchplatform/starters/api/punch-java-api</url>
<licenses>
<license>
<name>Version 1.2, InnerOpen - Distribution Controlled</name>
<url>https://github.com/punchplatform/punch-license</url>
</license>
</licenses>
<developers>
<developer>
<name>Punchplatform Professional Services Team</name>
<email>contact@punchplatform.com</email>
<organization>Punchplatform</organization>
<organizationUrl>https://punchplatform.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/punchplatform/starters.git/api/punch-java-api</connection>
<developerConnection>scm:git:ssh://github.com/punchplatform/starters.git/api/punch-java-api</developerConnection>
<url>https://github.com/punchplatform/starters/api/punch-java-api</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.punchplatform</groupId>
<artifactId>punch-api</artifactId>
<version>8.1.13</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
</project>