License |
License |
---|---|
GroupId | GroupIdio.github.amrjlg |
ArtifactId | ArtifactIdcommons |
Version | Version1.1-RELEASE |
Type | Typejar |
Description |
Descriptioncommon utils.
common utils.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-1.1-RELEASE.pom | |
commons-1.1-RELEASE.jar | 20 KB |
commons-1.1-RELEASE-sources.jar | 21 KB |
commons-1.1-RELEASE-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.amrjlg/commons/ -->
<dependency>
<groupId>io.github.amrjlg</groupId>
<artifactId>commons</artifactId>
<version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.amrjlg/commons/
implementation 'io.github.amrjlg:commons:1.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.amrjlg/commons/
implementation ("io.github.amrjlg:commons:1.1-RELEASE")
'io.github.amrjlg:commons:jar:1.1-RELEASE'
<dependency org="io.github.amrjlg" name="commons" rev="1.1-RELEASE">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.amrjlg', module='commons', version='1.1-RELEASE')
)
libraryDependencies += "io.github.amrjlg" % "commons" % "1.1-RELEASE"
[io.github.amrjlg/commons "1.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.6 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |