Files download
File Operation
toolkits-0.0.3.jar download
toolkits-0.0.3.pom download
toolkits-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.happy3w</groupId>
  <artifactId>toolkits</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.happy3w:toolkits:0.0.3'
Gradle Kotlin
implementation("com.happy3w:toolkits:0.0.3")
Scala SBT
libraryDependencies += "com.happy3w" % "toolkits" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.happy3w', module='toolkits', version='0.0.3')
)
Apache Ivy
<dependency org="com.happy3w" name="toolkits" rev="0.0.3" />
Leiningen
[com.happy3w/toolkits "0.0.3"]
Apache Buildr
'com.happy3w:toolkits:jar:0.0.3'
Dependencies
The project has no third-party dependencies