MVN

org.modeshape : modeshape-common

Maven & Gradle

56 usages
211 stars

ModeShape Common · ModeShape Common Library and Utilities

<dependency>
    <groupId>org.modeshape</groupId>
    <artifactId>modeshape-common</artifactId>
    <version>5.4.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.modeshape : modeshape-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.1.Final
  • Latest Beta: 4.0.0.Beta2
  • Latest Alpha: 4.0.0.Alpha4

All Versions

Choose a version of org.modeshape : modeshape-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
modeshape-common-5.4.1.Final
modeshape-common-5.4.0.Final
5.3.x
modeshape-common-5.3.0.Final
5.2.x
modeshape-common-5.2.0.Final
5.1.x
modeshape-common-5.1.0.Final
5.0.x
modeshape-common-5.0.0.Final
4.6.x
modeshape-common-4.6.2.Final
modeshape-common-4.6.1.Final
modeshape-common-4.6.0.Final
4.5.x
modeshape-common-4.5.0.Final
4.4.x
modeshape-common-4.4.0.Final
4.3.x
modeshape-common-4.3.0.Final
4.2.x
modeshape-common-4.2.0.Final
4.1.x
modeshape-common-4.1.0.Final
4.0.x
modeshape-common-4.0.0.Final
modeshape-common-4.0.0.Beta2
modeshape-common-4.0.0.Beta1
modeshape-common-4.0.0.Alpha4
modeshape-common-4.0.0.Alpha3
modeshape-common-4.0.0.Alpha2
modeshape-common-4.0.0.Alpha1
3.8.x
modeshape-common-3.8.1.Final
modeshape-common-3.8.0.Final
3.7.x
modeshape-common-3.7.4.Final
modeshape-common-3.7.3.Final
modeshape-common-3.7.2.Final
modeshape-common-3.7.1.Final
modeshape-common-3.7.0.Final
3.6.x
modeshape-common-3.6.1.Final
modeshape-common-3.6.0.Final
3.5.x
modeshape-common-3.5.0.Final
3.4.x
modeshape-common-3.4.0.Final
3.3.x
modeshape-common-3.3.0.Final
3.2.x
modeshape-common-3.2.0.Final
3.1.x
modeshape-common-3.1.3.Final
modeshape-common-3.1.2.Final
modeshape-common-3.1.1.Final
modeshape-common-3.1.0.Final
3.0.x
modeshape-common-3.0.1.Final
modeshape-common-3.0.0.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>org.modeshape</groupId>
    <artifactId>modeshape-common</artifactId>
    <version>5.4.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.modeshape : modeshape-common gradle dependency to your build.gradle file:

implementation 'org.modeshape:modeshape-common:5.4.1.Final'

Gradle Kotlin DSL: Add the following org.modeshape : modeshape-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.modeshape:modeshape-common:5.4.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.modeshape : modeshape-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.modeshape" % "modeshape-common" % "5.4.1.Final"

Advertisement