CelestiLib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.celestibytes</groupId>
<artifactId>CelestiLib</artifactId>
<version>0.4.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.celestibytes</groupId>
<artifactId>CelestiLib</artifactId>
<version>0.4.0</version>
<name>CelestiLib</name>
<description>Celestibytes's Common Java Library.</description>
<url>https://github.com/Celestibytes/CelestiLib</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE v3</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.html</url>
</license>
</licenses>
<developers>
<developer>
<id>pizzana</id>
<name>PizzAna</name>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<id>okkapel</id>
<name>Okkapel</name>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<issueManagement>
<system>github</system>
<url>https://github.com/Celestibytes/CelestiLib/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/Celestibytes/CelestiLib.git</connection>
<developerConnection>scm:git:git@github.com:Celestibytes/CelestiLib.git</developerConnection>
<url>https://github.com/Celestibytes/CelestiLib</url>
</scm>
</project>