Download boilerplate-0.1.8.jar file - Jar b

Jar examples for b:boilerplate

Description

Java boilerplate code that should help writing more compact programs

You can download jar file boilerplate 0.1.8 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add boilerplate-0.1.8.jar to your project.

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

Download

Click the following link to download the jar file.

boilerplate-0.1.8-javadoc.jar
boilerplate-0.1.8-sources.jar
boilerplate-0.1.8.jar
boilerplate-0.1.8.pom



Related Tutorials