Download jalopy-1.5b5.jar file - Jar j

Jar examples for j:jalopy

Description

he source code beautifier originally built by Marco Hunsicker and enhanced for Java 5 by Steve Heyns.

You can download jar file jalopy 1.5b5 in this page.

License

BSD 3-Clause License

Build File

You can use the following script to add jalopy-1.5b5.jar to your project.

<dependency>
   <groupId>jalopy</groupId>
   <artifactId>jalopy</artifactId>
   <version>1.5b5</version>
</dependency>
compile group: 'jalopy', name: 'jalopy', version: '1.5b5'
libraryDependencies += "jalopy" % "jalopy" % "1.5b5"
<dependency org="jalopy" name="jalopy" rev="1.5b5"/>
@Grapes(@Grab(group='jalopy', module='jalopy', version='1.5b5'))
'jalopy:jalopy:jar:1.5b5'

Download

Click the following link to download the jar file.

jalopy-1.5b5.jar
jalopy-1.5b5.pom



Related Tutorials