GroupId | GroupIdcom.github.Andy-Shao |
---|---|
ArtifactId | ArtifactIdUseful-Tools |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
Useful-Tools-1.1.pom | |
Useful-Tools-1.1.jar | 20 KB |
Useful-Tools-1.1-sources.jar | 11 KB |
Useful-Tools-1.1-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Andy-Shao/Useful-Tools/ -->
<dependency>
<groupId>com.github.Andy-Shao</groupId>
<artifactId>Useful-Tools</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Andy-Shao/Useful-Tools/
implementation 'com.github.Andy-Shao:Useful-Tools:1.1'
// https://jarcasting.com/artifacts/com.github.Andy-Shao/Useful-Tools/
implementation ("com.github.Andy-Shao:Useful-Tools:1.1")
'com.github.Andy-Shao:Useful-Tools:jar:1.1'
<dependency org="com.github.Andy-Shao" name="Useful-Tools" rev="1.1">
<artifact name="Useful-Tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Andy-Shao', module='Useful-Tools', version='1.1')
)
libraryDependencies += "com.github.Andy-Shao" % "Useful-Tools" % "1.1"
[com.github.Andy-Shao/Useful-Tools "1.1"]