MVN

org.isisaddons.module.xxx : isis-module-xxx-dom

Maven & Gradle

Nov 11, 2015

Isis Addons Xxx Module DOM · A module providing xxx.

<dependency>
    <groupId>org.isisaddons.module.xxx</groupId>
    <artifactId>isis-module-xxx-dom</artifactId>
    <version>1.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.isisaddons.module.xxx : isis-module-xxx-dom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.0

All Versions

Choose a version of org.isisaddons.module.xxx : isis-module-xxx-dom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
isis-module-xxx-dom-1.10.0

How to add a dependency to Maven

Add the following org.isisaddons.module.xxx : isis-module-xxx-dom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.isisaddons.module.xxx</groupId>
    <artifactId>isis-module-xxx-dom</artifactId>
    <version>1.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.isisaddons.module.xxx : isis-module-xxx-dom gradle dependency to your build.gradle file:

implementation 'org.isisaddons.module.xxx:isis-module-xxx-dom:1.10.0'

Gradle Kotlin DSL: Add the following org.isisaddons.module.xxx : isis-module-xxx-dom gradle kotlin dependency to your build.gradle.kts file:

implementation("org.isisaddons.module.xxx:isis-module-xxx-dom:1.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.isisaddons.module.xxx : isis-module-xxx-dom sbt scala dependency to your build.sbt file:

libraryDependencies += "org.isisaddons.module.xxx" % "isis-module-xxx-dom" % "1.10.0"

Advertisement