MVN

jalopy : jalopy

Maven & Gradle

Jul 03, 2006
21 usages

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

<dependency>
    <groupId>jalopy</groupId>
    <artifactId>jalopy</artifactId>
    <version>1.5b5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jalopy : jalopy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5b5

All Versions

Choose a version of jalopy : jalopy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5rc3
jalopy-1.5rc3
1.5rc1
jalopy-1.5rc1
1.5b5
jalopy-1.5b5
1.5b3
jalopy-1.5b3
1.0b11
jalopy-1.0b11
1.0b10
jalopy-1.0b10
1.0b8
jalopy-1.0b8

How to add a dependency to Maven

Add the following jalopy : jalopy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jalopy</groupId>
    <artifactId>jalopy</artifactId>
    <version>1.5b5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jalopy : jalopy gradle dependency to your build.gradle file:

implementation 'jalopy:jalopy:1.5b5'

Gradle Kotlin DSL: Add the following jalopy : jalopy gradle kotlin dependency to your build.gradle.kts file:

implementation("jalopy:jalopy:1.5b5")

How to add a dependency to SBT Scala

SBT Scala: Add the following jalopy : jalopy sbt scala dependency to your build.sbt file:

libraryDependencies += "jalopy" % "jalopy" % "1.5b5"

Advertisement