GroupId | GroupIdcom.github.mizool.tool |
---|---|
ArtifactId | ArtifactIdtool |
Version | Version0.44 |
Type | Typepom |
Filename | Size |
---|---|
tool-0.44.pom | 662 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mizool.tool/tool/ -->
<dependency>
<groupId>com.github.mizool.tool</groupId>
<artifactId>tool</artifactId>
<version>0.44</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.tool/tool/
implementation 'com.github.mizool.tool:tool:0.44'
// https://jarcasting.com/artifacts/com.github.mizool.tool/tool/
implementation ("com.github.mizool.tool:tool:0.44")
'com.github.mizool.tool:tool:pom:0.44'
<dependency org="com.github.mizool.tool" name="tool" rev="0.44">
<artifact name="tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.tool', module='tool', version='0.44')
)
libraryDependencies += "com.github.mizool.tool" % "tool" % "0.44"
[com.github.mizool.tool/tool "0.44"]