MVN

org.objectstyle.japp : japp-maven-plugin

Maven & Gradle

Nov 30, 2021
2 stars

japp-maven-plugin: a plugin to assemble desktop Java applications · japp-maven-plugin is a plugin to assemble desktop Java applications for different platforms

<dependency>
    <groupId>org.objectstyle.japp</groupId>
    <artifactId>japp-maven-plugin</artifactId>
    <version>3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectstyle.japp : japp-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4

All Versions

Choose a version of org.objectstyle.japp : japp-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4
japp-maven-plugin-3.4
3.3
japp-maven-plugin-3.3
3.2
japp-maven-plugin-3.2
3.1
japp-maven-plugin-3.1

How to add a dependency to Maven

Add the following org.objectstyle.japp : japp-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectstyle.japp</groupId>
    <artifactId>japp-maven-plugin</artifactId>
    <version>3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectstyle.japp : japp-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.objectstyle.japp:japp-maven-plugin:3.4'

Gradle Kotlin DSL: Add the following org.objectstyle.japp : japp-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectstyle.japp:japp-maven-plugin:3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectstyle.japp : japp-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectstyle.japp" % "japp-maven-plugin" % "3.4"