Skip to content

rotty3000/jalopy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jalopy

A source code formatter/beautifier/pretty printer for the Java programming language.

License

Source Code

This is a fork of the late/great jalopy source formatter at http://sourceforge.net/projects/jalopy/, later forked by @lukespragg, and later forked again by me. The swing application and log4j appenders were removed. What remains is just the library part.

Or download the latest zip archive.

Contributing

Send me pull requests OR create issues!

Usage

Maven

<dependency>
    <groupId>com.github.rotty3000</groupId>
    <artifactId>jalopy</artifactId>
    <version>3000.0.0</version>
</dependency>

Gradle

repositories {
    mavenLocal()
    mavenCentral()
}
dependencies {
    compile 'com.github.rotty3000:jalopy:3000.0.0'
}

Documentation

To generate the the Javadocs with Maven, use the mvn javadoc:javadoc command. To view the javadocs simply go to target/site/apidocs/ and open index.html in a web browser.

Legal Stuff

Jalopy is licensed under the BSD 3-Clause License. Basically, you can do whatever you want as long as you include the original copyright. Please see the LICENSE.txt file for details.

Credits

  • The original developers of the Jalopy project and jalopy-maven-plugin.
  • All the people behind Java, Maven, and Gradle.
  • Luke Spragg for trying to get this going again.

About

Source code formatter for Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.5%
  • GAP 4.5%
  • XSLT 1.7%
  • Other 0.3%