Download jalopy-1.5rc3.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.5rc3 in this page.

License

BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

jalopy-1.5rc3.jar
jalopy-1.5rc3.pom



Related Tutorials