Download boon-0.31.jar file - Jar b

Jar examples for b:boon

Description

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity. A real boon to Java to developers!

You can download jar file boon 0.31 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add boon-0.31.jar to your project.

<dependency>
   <groupId>io.fastjson</groupId>
   <artifactId>boon</artifactId>
   <version>0.31</version>
</dependency>
compile group: 'io.fastjson', name: 'boon', version: '0.31'
libraryDependencies += "io.fastjson" % "boon" % "0.31"
<dependency org="io.fastjson" name="boon" rev="0.31"/>
@Grapes(@Grab(group='io.fastjson', module='boon', version='0.31'))
'io.fastjson:boon:jar:0.31'

Download

Click the following link to download the jar file.

boon-0.31-javadoc.jar
boon-0.31-sources.jar
boon-0.31.jar
boon-0.31.pom



Related Tutorials