| License |
License |
|---|---|
| GroupId | GroupIdcom.github.affandes.hamzah |
| ArtifactId | ArtifactIdcommons |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionHamzah Common API
Common Class API for Hamzah Project
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-1.0.2.pom | |
| commons-1.0.2.jar | 2 KB |
| commons-1.0.2-sources.jar | 1 KB |
| commons-1.0.2-javadoc.jar | 392 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.affandes.hamzah/commons/ -->
<dependency>
<groupId>com.github.affandes.hamzah</groupId>
<artifactId>commons</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.affandes.hamzah/commons/
implementation 'com.github.affandes.hamzah:commons:1.0.2'
// https://jarcasting.com/artifacts/com.github.affandes.hamzah/commons/
implementation ("com.github.affandes.hamzah:commons:1.0.2")
'com.github.affandes.hamzah:commons:jar:1.0.2'
<dependency org="com.github.affandes.hamzah" name="commons" rev="1.0.2">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.affandes.hamzah', module='commons', version='1.0.2')
)
libraryDependencies += "com.github.affandes.hamzah" % "commons" % "1.0.2"
[com.github.affandes.hamzah/commons "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |