GroupId | GroupIdcom.github.Andy-Shao |
---|---|
ArtifactId | ArtifactIdUseful-Tools |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
Useful-Tools-2.0.pom | |
Useful-Tools-2.0.jar | 21 KB |
Useful-Tools-2.0-sources.jar | 12 KB |
Useful-Tools-2.0-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>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Andy-Shao/Useful-Tools/
implementation 'com.github.Andy-Shao:Useful-Tools:2.0'
// https://jarcasting.com/artifacts/com.github.Andy-Shao/Useful-Tools/
implementation ("com.github.Andy-Shao:Useful-Tools:2.0")
'com.github.Andy-Shao:Useful-Tools:jar:2.0'
<dependency org="com.github.Andy-Shao" name="Useful-Tools" rev="2.0">
<artifact name="Useful-Tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Andy-Shao', module='Useful-Tools', version='2.0')
)
libraryDependencies += "com.github.Andy-Shao" % "Useful-Tools" % "2.0"
[com.github.Andy-Shao/Useful-Tools "2.0"]