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