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