is not current version
Last Version 1.1.4-SNAPSHOTS

com.github.q742972035.tools:tools 1.0-SNAPSHOTS

集成大部分常用的工具类

GroupId

GroupId

com.github.q742972035.tools
ArtifactId

ArtifactId

tools
Version

Version

1.0-SNAPSHOTS
Type

Type

jar

Download tools 1.0-SNAPSHOTS


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