is not current version
Last Version 1.0.1.8.RELEASE

com.github.luues.tool:tool-template 1.0.0.9.RELEASE

tool 模板封装类

GroupId

GroupId

com.github.luues.tool
ArtifactId

ArtifactId

tool-template
Version

Version

1.0.0.9.RELEASE
Type

Type

jar

Download tool-template 1.0.0.9.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.luues.tool/tool-template/ -->
<dependency>
    <groupId>com.github.luues.tool</groupId>
    <artifactId>tool-template</artifactId>
    <version>1.0.0.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-template/
implementation 'com.github.luues.tool:tool-template:1.0.0.9.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues.tool/tool-template/
implementation ("com.github.luues.tool:tool-template:1.0.0.9.RELEASE")
'com.github.luues.tool:tool-template:jar:1.0.0.9.RELEASE'
<dependency org="com.github.luues.tool" name="tool-template" rev="1.0.0.9.RELEASE">
  <artifact name="tool-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luues.tool', module='tool-template', version='1.0.0.9.RELEASE')
)
libraryDependencies += "com.github.luues.tool" % "tool-template" % "1.0.0.9.RELEASE"
[com.github.luues.tool/tool-template "1.0.0.9.RELEASE"]