GroupId | GroupIdcom.github.shalousun |
---|---|
ArtifactId | ArtifactIdcommon-util |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
common-util-1.5.pom | |
common-util-1.5.jar | 75 KB |
common-util-1.5-sources.jar | 50 KB |
common-util-1.5-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shalousun/common-util/ -->
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>common-util</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shalousun/common-util/
implementation 'com.github.shalousun:common-util:1.5'
// https://jarcasting.com/artifacts/com.github.shalousun/common-util/
implementation ("com.github.shalousun:common-util:1.5")
'com.github.shalousun:common-util:jar:1.5'
<dependency org="com.github.shalousun" name="common-util" rev="1.5">
<artifact name="common-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shalousun', module='common-util', version='1.5')
)
libraryDependencies += "com.github.shalousun" % "common-util" % "1.5"
[com.github.shalousun/common-util "1.5"]