GroupId | GroupIdcom.github.Ling2099 |
---|---|
ArtifactId | ArtifactIdsimple-tool |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
simple-tool-1.0.1.pom | |
simple-tool-1.0.1.jar | 7 KB |
simple-tool-1.0.1-sources.jar | 4 KB |
simple-tool-1.0.1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Ling2099/simple-tool/ -->
<dependency>
<groupId>com.github.Ling2099</groupId>
<artifactId>simple-tool</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Ling2099/simple-tool/
implementation 'com.github.Ling2099:simple-tool:1.0.1'
// https://jarcasting.com/artifacts/com.github.Ling2099/simple-tool/
implementation ("com.github.Ling2099:simple-tool:1.0.1")
'com.github.Ling2099:simple-tool:jar:1.0.1'
<dependency org="com.github.Ling2099" name="simple-tool" rev="1.0.1">
<artifact name="simple-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Ling2099', module='simple-tool', version='1.0.1')
)
libraryDependencies += "com.github.Ling2099" % "simple-tool" % "1.0.1"
[com.github.Ling2099/simple-tool "1.0.1"]