b

boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity. A real boon to Java to developers!
http://richardhightower.github.io/site/Boon
The Apache Software License, Version 2.0
Richard Hightower
Files download
File Operation
boon-0.26.jar download
boon-0.26.pom download
boon-0.26-sources.jar download
Apache Maven
<dependency>
  <groupId>io.fastjson</groupId>
  <artifactId>boon</artifactId>
  <version>0.26</version>
</dependency>
Gradle Groovy
implementation 'io.fastjson:boon:0.26'
Gradle Kotlin
implementation("io.fastjson:boon:0.26")
Scala SBT
libraryDependencies += "io.fastjson" % "boon" % "0.26"
Groovy Grape
@Grapes(
  @Grab(group='io.fastjson', module='boon', version='0.26')
)
Apache Ivy
<dependency org="io.fastjson" name="boon" rev="0.26" />
Leiningen
[io.fastjson/boon "0.26"]
Apache Buildr
'io.fastjson:boon:jar:0.26'