GroupId | GroupIdcom.github.lgsxiaosen |
---|---|
ArtifactId | ArtifactIdutils |
Version | Version0.1.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
utils-0.1.1-RELEASE.pom | |
utils-0.1.1-RELEASE.jar | 23 KB |
utils-0.1.1-RELEASE-sources.jar | 14 KB |
utils-0.1.1-RELEASE-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lgsxiaosen/utils/ -->
<dependency>
<groupId>com.github.lgsxiaosen</groupId>
<artifactId>utils</artifactId>
<version>0.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lgsxiaosen/utils/
implementation 'com.github.lgsxiaosen:utils:0.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.lgsxiaosen/utils/
implementation ("com.github.lgsxiaosen:utils:0.1.1-RELEASE")
'com.github.lgsxiaosen:utils:jar:0.1.1-RELEASE'
<dependency org="com.github.lgsxiaosen" name="utils" rev="0.1.1-RELEASE">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lgsxiaosen', module='utils', version='0.1.1-RELEASE')
)
libraryDependencies += "com.github.lgsxiaosen" % "utils" % "0.1.1-RELEASE"
[com.github.lgsxiaosen/utils "0.1.1-RELEASE"]