t

tools

仅用于私人 JavaSE 学习过程中所使用的工具。
https://github.com/fuermao/java_tools
Apache License 2.0
二毛
文件下载
文件名 操作
tools-1.1.5.jar 下载
tools-1.1.5.pom 下载
tools-1.1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.fuermao</groupId>
  <artifactId>tools</artifactId>
  <version>1.1.5</version>
</dependency>
Gradle Groovy
implementation 'com.fuermao:tools:1.1.5'
Gradle Kotlin
implementation("com.fuermao:tools:1.1.5")
Scala SBT
libraryDependencies += "com.fuermao" % "tools" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.fuermao', module='tools', version='1.1.5')
)
Apache Ivy
<dependency org="com.fuermao" name="tools" rev="1.1.5" />
Leiningen
[com.fuermao/tools "1.1.5"]
Apache Buildr
'com.fuermao:tools:jar:1.1.5'