h

heaven

Collect base useful tools for dev.
The Apache Software License, Version 2.0
houbb
Files download
File Operation
heaven-0.2.3.jar download
heaven-0.2.3.pom download
heaven-0.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>heaven</artifactId>
  <version>0.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:heaven:0.2.3'
Gradle Kotlin
implementation("com.github.houbb:heaven:0.2.3")
Scala SBT
libraryDependencies += "com.github.houbb" % "heaven" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='heaven', version='0.2.3')
)
Apache Ivy
<dependency org="com.github.houbb" name="heaven" rev="0.2.3" />
Leiningen
[com.github.houbb/heaven "0.2.3"]
Apache Buildr
'com.github.houbb:heaven:jar:0.2.3'