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