| GroupId | GroupIdcom.github.affandes.hamzah |
|---|---|
| ArtifactId | ArtifactIdcommons |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-1.0.1.pom | |
| commons-1.0.1.jar | 2 KB |
| commons-1.0.1-sources.jar | 1 KB |
| commons-1.0.1-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.affandes.hamzah/commons/ -->
<dependency>
<groupId>com.github.affandes.hamzah</groupId>
<artifactId>commons</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.affandes.hamzah/commons/
implementation 'com.github.affandes.hamzah:commons:1.0.1'
// https://jarcasting.com/artifacts/com.github.affandes.hamzah/commons/
implementation ("com.github.affandes.hamzah:commons:1.0.1")
'com.github.affandes.hamzah:commons:jar:1.0.1'
<dependency org="com.github.affandes.hamzah" name="commons" rev="1.0.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.affandes.hamzah', module='commons', version='1.0.1')
)
libraryDependencies += "com.github.affandes.hamzah" % "commons" % "1.0.1"
[com.github.affandes.hamzah/commons "1.0.1"]