e4steam-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.kamilhik</groupId>
<artifactId>e4steam-api</artifactId>
<version>1.0.0</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.github.kamilhik</groupId>
<artifactId>e4steam-api</artifactId>
<version>1.0.0</version>
<name>e4steam Addon API</name>
<description>Loader-independent Java API for developing e4steam addons.</description>
<url>https://github.com/Kamilhik/e4steam</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>Kamilchik</id>
<name>Kamilchik</name>
<email>Kamilhik@users.noreply.github.com</email>
<url>https://github.com/Kamilhik</url>
<organization>K2 Studio Development</organization>
<organizationUrl>https://github.com/K2-Studio-Development</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Kamilhik/e4steam.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Kamilhik/e4steam.git</developerConnection>
<url>https://github.com/Kamilhik/e4steam</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/Kamilhik/e4steam/issues</url>
</issueManagement>
</project>