Download jalopy-1.0b11.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.0b11 in this page.

License

BSD 3-Clause License

Build File

You can use the following script to add jalopy-1.0b11.jar to your project.

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

Download

Click the following link to download the jar file.

jalopy-1.0b11.jar
jalopy-1.0b11.pom



Related Tutorials