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