GroupId | GroupIdcom.github.liming495 |
---|---|
ArtifactId | ArtifactIdtools |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
tools-1.0.11.pom | |
tools-1.0.11.jar | 44 KB |
tools-1.0.11-sources.jar | 27 KB |
tools-1.0.11-javadoc.jar | 517 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liming495/tools/ -->
<dependency>
<groupId>com.github.liming495</groupId>
<artifactId>tools</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liming495/tools/
implementation 'com.github.liming495:tools:1.0.11'
// https://jarcasting.com/artifacts/com.github.liming495/tools/
implementation ("com.github.liming495:tools:1.0.11")
'com.github.liming495:tools:jar:1.0.11'
<dependency org="com.github.liming495" name="tools" rev="1.0.11">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liming495', module='tools', version='1.0.11')
)
libraryDependencies += "com.github.liming495" % "tools" % "1.0.11"
[com.github.liming495/tools "1.0.11"]