GroupId | GroupIdcom.github.luues.tool |
---|---|
ArtifactId | ArtifactIdtool-all |
Version | Version1.0.0.3.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
tool-all-1.0.0.3.RELEASE.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luues.tool/tool-all/ -->
<dependency>
<groupId>com.github.luues.tool</groupId>
<artifactId>tool-all</artifactId>
<version>1.0.0.3.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-all/
implementation 'com.github.luues.tool:tool-all:1.0.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-all/
implementation ("com.github.luues.tool:tool-all:1.0.0.3.RELEASE")
'com.github.luues.tool:tool-all:pom:1.0.0.3.RELEASE'
<dependency org="com.github.luues.tool" name="tool-all" rev="1.0.0.3.RELEASE">
<artifact name="tool-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.luues.tool', module='tool-all', version='1.0.0.3.RELEASE')
)
libraryDependencies += "com.github.luues.tool" % "tool-all" % "1.0.0.3.RELEASE"
[com.github.luues.tool/tool-all "1.0.0.3.RELEASE"]