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