MVN

org.imixs.marty : imixs-marty-ejb

Maven & Gradle

Apr 05, 2022
10 usages
3 stars

imixs-marty-ejb

<dependency>
    <groupId>org.imixs.marty</groupId>
    <artifactId>imixs-marty-ejb</artifactId>
    <version>4.1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.imixs.marty : imixs-marty-ejb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.17
  • Latest Release Candidate: 3.4.6-patch-355-rc1

All Versions

Choose a version of org.imixs.marty : imixs-marty-ejb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
imixs-marty-ejb-4.1.17
imixs-marty-ejb-4.1.16
imixs-marty-ejb-4.1.15
imixs-marty-ejb-4.1.14
imixs-marty-ejb-4.1.13
imixs-marty-ejb-4.1.12
imixs-marty-ejb-4.1.11
imixs-marty-ejb-4.1.10
imixs-marty-ejb-4.1.9
imixs-marty-ejb-4.1.8
imixs-marty-ejb-4.1.7
imixs-marty-ejb-4.1.6
imixs-marty-ejb-4.1.5
imixs-marty-ejb-4.1.4
imixs-marty-ejb-4.1.3
imixs-marty-ejb-4.1.2
imixs-marty-ejb-4.1.1
imixs-marty-ejb-4.1.0
4.0.x
imixs-marty-ejb-4.0.1
imixs-marty-ejb-4.0.0
3.4.x
imixs-marty-ejb-3.4.6-patch-355-rc1
imixs-marty-ejb-3.4.6
imixs-marty-ejb-3.4.5
imixs-marty-ejb-3.4.4
imixs-marty-ejb-3.4.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.imixs.marty</groupId>
    <artifactId>imixs-marty-ejb</artifactId>
    <version>4.1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.imixs.marty : imixs-marty-ejb gradle dependency to your build.gradle file:

implementation 'org.imixs.marty:imixs-marty-ejb:4.1.17'

Gradle Kotlin DSL: Add the following org.imixs.marty : imixs-marty-ejb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.imixs.marty:imixs-marty-ejb:4.1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.imixs.marty : imixs-marty-ejb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.imixs.marty" % "imixs-marty-ejb" % "4.1.17"

Advertisement