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