CommonLib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.baharmc</groupId>
<artifactId>CommonLib</artifactId>
<version>1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.baharmc</groupId>
<artifactId>CommonLib</artifactId>
<version>1.1</version>
<name>commonlib</name>
<description>A common library that gives a lot of useful tools.</description>
<url>https://github.com/BaharMC/CommonLib</url>
<licenses>
<license>
<name>MPL-2.0 License</name>
<url>https://opensource.org/licenses/MPL-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>portlek</id>
<name>Hasan Demirtaş</name>
<email>hasan@infumia.com.tr</email>
<roles>
<role>Architect</role>
<role>Developer</role>
</roles>
<timezone>+3</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/BaharMC/CommonLib.git</connection>
<developerConnection>scm:git:ssh://github.com/BaharMC/CommonLib.git</developerConnection>
<url>https://github.com/BaharMC/CommonLib</url>
</scm>
</project>