MVN

com.kohlschutter : dumborb

Maven & Gradle

Dec 11, 2023
1 stars

dumborb · dumborb -- A JSON-RPC ORB in Java and JavaScript, mostly for dumbo. Based upon jabsorb. Includes slightly modified org.json code. Can be built as an osgi bundle/eclipse plugin using 'mvn clean install p2:site'; results can be found in 'target\repository\plugins\'

<dependency>
    <groupId>com.kohlschutter</groupId>
    <artifactId>dumborb</artifactId>
    <version>1.0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kohlschutter : dumborb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.1

All Versions

Choose a version of com.kohlschutter : dumborb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dumborb-1.0.1
dumborb-1.0.0.1
dumborb-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kohlschutter</groupId>
    <artifactId>dumborb</artifactId>
    <version>1.0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kohlschutter : dumborb gradle dependency to your build.gradle file:

implementation 'com.kohlschutter:dumborb:1.0.0.1'

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

implementation("com.kohlschutter:dumborb:1.0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kohlschutter : dumborb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kohlschutter" % "dumborb" % "1.0.0.1"