MVN

org.objectweb.joram : joram-gui

Maven & Gradle

Dec 11, 2009

JORAM :: GUI (Swing)

<dependency>
    <groupId>org.objectweb.joram</groupId>
    <artifactId>joram-gui</artifactId>
    <version>5.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.joram : joram-gui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.3

All Versions

Choose a version of org.objectweb.joram : joram-gui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
joram-gui-5.2.20090825
joram-gui-5.2.5
joram-gui-5.2.4
joram-gui-5.2.3
joram-gui-5.2.1
joram-gui-5.2.1a
5.1.x
joram-gui-5.1.0
5.0.x
joram-gui-5.0.9
joram-gui-5.0.8
joram-gui-5.0.7
joram-gui-5.0.6
4.3.x
joram-gui-4.3.28

How to add a dependency to Maven

Add the following org.objectweb.joram : joram-gui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.joram</groupId>
    <artifactId>joram-gui</artifactId>
    <version>5.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.joram : joram-gui gradle dependency to your build.gradle file:

implementation 'org.objectweb.joram:joram-gui:5.2.3'

Gradle Kotlin DSL: Add the following org.objectweb.joram : joram-gui gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.joram:joram-gui:5.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.joram : joram-gui sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.joram" % "joram-gui" % "5.2.3"