MVN

org.objectweb.jonathan : jonathan

Maven & Gradle

Jan 23, 2006
1 usages

The Jonathan ORB framework

<dependency>
    <groupId>org.objectweb.jonathan</groupId>
    <artifactId>jonathan</artifactId>
    <version>3.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.10

All Versions

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

Version Vulnerabilities Updated
3.0.x
jonathan-3.0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>org.objectweb.jonathan</groupId>
    <artifactId>jonathan</artifactId>
    <version>3.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.objectweb.jonathan:jonathan:3.0.10'

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

implementation("org.objectweb.jonathan:jonathan:3.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.objectweb.jonathan" % "jonathan" % "3.0.10"

Advertisement