MVN

org.wildfly.nosql : wildfly-mongodbsubsystem

Maven & Gradle

May 11, 2019
1 usages

WildFly: MongoDB subsystem

<dependency>
    <groupId>org.wildfly.nosql</groupId>
    <artifactId>wildfly-mongodbsubsystem</artifactId>
    <version>1.0.2.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.nosql : wildfly-mongodbsubsystem to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2.Final
  • Latest Beta: 1.0.0.Beta1
  • Latest Alpha: 1.0.0.Alpha6

All Versions

Choose a version of org.wildfly.nosql : wildfly-mongodbsubsystem to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wildfly-mongodbsubsystem-1.0.2.Final
wildfly-mongodbsubsystem-1.0.1.Final
wildfly-mongodbsubsystem-1.0.0.Final
wildfly-mongodbsubsystem-1.0.0.Beta1
wildfly-mongodbsubsystem-1.0.0.Alpha6
wildfly-mongodbsubsystem-1.0.0.Alpha5
wildfly-mongodbsubsystem-1.0.0.Alpha4
wildfly-mongodbsubsystem-1.0.0.Alpha3

How to add a dependency to Maven

Add the following org.wildfly.nosql : wildfly-mongodbsubsystem maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.nosql</groupId>
    <artifactId>wildfly-mongodbsubsystem</artifactId>
    <version>1.0.2.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.nosql : wildfly-mongodbsubsystem gradle dependency to your build.gradle file:

implementation 'org.wildfly.nosql:wildfly-mongodbsubsystem:1.0.2.Final'

Gradle Kotlin DSL: Add the following org.wildfly.nosql : wildfly-mongodbsubsystem gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.nosql:wildfly-mongodbsubsystem:1.0.2.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.nosql : wildfly-mongodbsubsystem sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.nosql" % "wildfly-mongodbsubsystem" % "1.0.2.Final"

Advertisement