MVN

de.adorsys.opba : protocol-bpmn-shared

Maven & Gradle

Oct 12, 2021
4 usages

opba-protocols/protocol-bpmn-shared

<dependency>
    <groupId>de.adorsys.opba</groupId>
    <artifactId>protocol-bpmn-shared</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.adorsys.opba : protocol-bpmn-shared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 0.20.0.2-RC1

All Versions

Choose a version of de.adorsys.opba : protocol-bpmn-shared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
protocol-bpmn-shared-1.0.0
0.30.x
protocol-bpmn-shared-0.30.0.1
0.20.x
protocol-bpmn-shared-0.20.0.2-RC1
protocol-bpmn-shared-0.20.0.2

How to add a dependency to Maven

Add the following de.adorsys.opba : protocol-bpmn-shared maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.adorsys.opba</groupId>
    <artifactId>protocol-bpmn-shared</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.adorsys.opba : protocol-bpmn-shared gradle dependency to your build.gradle file:

implementation 'de.adorsys.opba:protocol-bpmn-shared:1.0.0'

Gradle Kotlin DSL: Add the following de.adorsys.opba : protocol-bpmn-shared gradle kotlin dependency to your build.gradle.kts file:

implementation("de.adorsys.opba:protocol-bpmn-shared:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.adorsys.opba : protocol-bpmn-shared sbt scala dependency to your build.sbt file:

libraryDependencies += "de.adorsys.opba" % "protocol-bpmn-shared" % "1.0.0"

Advertisement