h

heaven

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