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