h

heaven

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