| GroupId | GroupIdio.github.ws723 |
|---|---|
| ArtifactId | ArtifactIdli-tool |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| li-tool-1.0.0.pom | |
| li-tool-1.0.0.jar | 1 MB |
| li-tool-1.0.0-sources.jar | 1 MB |
| li-tool-1.0.0-javadoc.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ws723/li-tool/ -->
<dependency>
<groupId>io.github.ws723</groupId>
<artifactId>li-tool</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ws723/li-tool/
implementation 'io.github.ws723:li-tool:1.0.0'
// https://jarcasting.com/artifacts/io.github.ws723/li-tool/
implementation ("io.github.ws723:li-tool:1.0.0")
'io.github.ws723:li-tool:jar:1.0.0'
<dependency org="io.github.ws723" name="li-tool" rev="1.0.0">
<artifact name="li-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ws723', module='li-tool', version='1.0.0')
)
libraryDependencies += "io.github.ws723" % "li-tool" % "1.0.0"
[io.github.ws723/li-tool "1.0.0"]