MVN

org.jboss.marshalling : river

Maven & Gradle

Aug 20, 2010
1 usages

JBoss Marshalling River · JBoss Marshalling River Implementation

<dependency>
    <groupId>org.jboss.marshalling</groupId>
    <artifactId>river</artifactId>
    <version>1.2.3.GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.marshalling : river to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3.GA

All Versions

Choose a version of org.jboss.marshalling : river to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
river-1.3.0.CR1
1.2.x
river-1.2.3.GA
river-1.2.2.GA
river-1.2.1.GA
river-1.2.0.GA
river-1.2.0.CR4
river-1.2.0.CR3
river-1.2.0.CR2
river-1.2.0.CR1
1.1.x
river-1.1.3.GA
river-1.1.2.GA
river-1.1.1.GA
river-1.1.0.GA
1.0.x
river-1.0.1.GA
river-1.0.0.GA

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.marshalling</groupId>
    <artifactId>river</artifactId>
    <version>1.2.3.GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.marshalling : river gradle dependency to your build.gradle file:

implementation 'org.jboss.marshalling:river:1.2.3.GA'

Gradle Kotlin DSL: Add the following org.jboss.marshalling : river gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.marshalling:river:1.2.3.GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.marshalling : river sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.marshalling" % "river" % "1.2.3.GA"

Advertisement