GroupId | GroupIdcom.github.wslf |
---|---|
ArtifactId | ArtifactIdUtils |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
Utils-1.1.0.pom | |
Utils-1.1.0.jar | 12 KB |
Utils-1.1.0-sources.jar | 6 KB |
Utils-1.1.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wslf/Utils/ -->
<dependency>
<groupId>com.github.wslf</groupId>
<artifactId>Utils</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wslf/Utils/
implementation 'com.github.wslf:Utils:1.1.0'
// https://jarcasting.com/artifacts/com.github.wslf/Utils/
implementation ("com.github.wslf:Utils:1.1.0")
'com.github.wslf:Utils:jar:1.1.0'
<dependency org="com.github.wslf" name="Utils" rev="1.1.0">
<artifact name="Utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wslf', module='Utils', version='1.1.0')
)
libraryDependencies += "com.github.wslf" % "Utils" % "1.1.0"
[com.github.wslf/Utils "1.1.0"]