is not current version
Last Version 1.3-RELEASE

com.github.appundefined:commons 1.2-RELEASE


GroupId

GroupId

com.github.appundefined
ArtifactId

ArtifactId

commons
Version

Version

1.2-RELEASE
Type

Type

jar

Download commons 1.2-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.appundefined/commons/ -->
<dependency>
    <groupId>com.github.appundefined</groupId>
    <artifactId>commons</artifactId>
    <version>1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.appundefined/commons/
implementation 'com.github.appundefined:commons:1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.appundefined/commons/
implementation ("com.github.appundefined:commons:1.2-RELEASE")
'com.github.appundefined:commons:jar:1.2-RELEASE'
<dependency org="com.github.appundefined" name="commons" rev="1.2-RELEASE">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.appundefined', module='commons', version='1.2-RELEASE')
)
libraryDependencies += "com.github.appundefined" % "commons" % "1.2-RELEASE"
[com.github.appundefined/commons "1.2-RELEASE"]