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