t

tools

Files download
File Operation
tools-1.0.2.RC0.jar download
tools-1.0.2.RC0.pom download
tools-1.0.2.RC0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.wooenrico</groupId>
  <artifactId>tools</artifactId>
  <version>1.0.2.RC0</version>
</dependency>
Gradle Groovy
implementation 'io.github.wooenrico:tools:1.0.2.RC0'
Gradle Kotlin
implementation("io.github.wooenrico:tools:1.0.2.RC0")
Scala SBT
libraryDependencies += "io.github.wooenrico" % "tools" % "1.0.2.RC0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wooenrico', module='tools', version='1.0.2.RC0')
)
Apache Ivy
<dependency org="io.github.wooenrico" name="tools" rev="1.0.2.RC0" />
Leiningen
[io.github.wooenrico/tools "1.0.2.RC0"]
Apache Buildr
'io.github.wooenrico:tools:jar:1.0.2.RC0'