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