| GroupId | GroupIdren.tzcc |
|---|---|
| ArtifactId | ArtifactIdcommonutils |
| Version | Version1.0.3.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| commonutils-1.0.3.RELEASE.pom | |
| commonutils-1.0.3.RELEASE.jar | 183 KB |
| commonutils-1.0.3.RELEASE-sources.jar | 101 KB |
| commonutils-1.0.3.RELEASE-javadoc.jar | 631 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ren.tzcc/commonutils/ -->
<dependency>
<groupId>ren.tzcc</groupId>
<artifactId>commonutils</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ren.tzcc/commonutils/
implementation 'ren.tzcc:commonutils:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/ren.tzcc/commonutils/
implementation ("ren.tzcc:commonutils:1.0.3.RELEASE")
'ren.tzcc:commonutils:jar:1.0.3.RELEASE'
<dependency org="ren.tzcc" name="commonutils" rev="1.0.3.RELEASE">
<artifact name="commonutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='ren.tzcc', module='commonutils', version='1.0.3.RELEASE')
)
libraryDependencies += "ren.tzcc" % "commonutils" % "1.0.3.RELEASE"
[ren.tzcc/commonutils "1.0.3.RELEASE"]