GroupId | GroupIdcom.github.menglim |
---|---|
ArtifactId | ArtifactIdSUtils |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
SUtils-1.2.2.pom | |
SUtils-1.2.2.jar | 67 KB |
SUtils-1.2.2-sources.jar | 18 KB |
SUtils-1.2.2-javadoc.jar | 367 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.menglim/SUtils/ -->
<dependency>
<groupId>com.github.menglim</groupId>
<artifactId>SUtils</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.menglim/SUtils/
implementation 'com.github.menglim:SUtils:1.2.2'
// https://jarcasting.com/artifacts/com.github.menglim/SUtils/
implementation ("com.github.menglim:SUtils:1.2.2")
'com.github.menglim:SUtils:jar:1.2.2'
<dependency org="com.github.menglim" name="SUtils" rev="1.2.2">
<artifact name="SUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.menglim', module='SUtils', version='1.2.2')
)
libraryDependencies += "com.github.menglim" % "SUtils" % "1.2.2"
[com.github.menglim/SUtils "1.2.2"]