commons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.affandes.hamzah</groupId>
<artifactId>commons</artifactId>
<version>1.0.2</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>com.github.affandes.hamzah</groupId>
<artifactId>commons</artifactId>
<version>1.0.2</version>
<name>Hamzah Common API</name>
<description>Common Class API for Hamzah Project</description>
<url>https://github.com/affandes/hamzah-commons</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>affandes</id>
<name>Muhammad Affandes</name>
<email>affandes@uin-suska.ac.id</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/affandes/hamzah-commons.git</connection>
<developerConnection>scm:git:https://github.com/affandes/hamzah-commons.git</developerConnection>
<url>https://github.com/affandes/hamzah-commons</url>
</scm>
<properties>
<vars.contoh>gak ada juga</vars.contoh>
<simpleVar>gak ada</simpleVar>
</properties>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>