| GroupId | GroupIdio.github.dunwu.tool |
|---|---|
| ArtifactId | ArtifactIddunwu-tool |
| Version | Version1.0.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| dunwu-tool-1.0.3.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dunwu.tool/dunwu-tool/ -->
<dependency>
<groupId>io.github.dunwu.tool</groupId>
<artifactId>dunwu-tool</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dunwu.tool/dunwu-tool/
implementation 'io.github.dunwu.tool:dunwu-tool:1.0.3'
// https://jarcasting.com/artifacts/io.github.dunwu.tool/dunwu-tool/
implementation ("io.github.dunwu.tool:dunwu-tool:1.0.3")
'io.github.dunwu.tool:dunwu-tool:pom:1.0.3'
<dependency org="io.github.dunwu.tool" name="dunwu-tool" rev="1.0.3">
<artifact name="dunwu-tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dunwu.tool', module='dunwu-tool', version='1.0.3')
)
libraryDependencies += "io.github.dunwu.tool" % "dunwu-tool" % "1.0.3"
[io.github.dunwu.tool/dunwu-tool "1.0.3"]