MVN

org.openengsb.core : openengsb-core-edb

Maven & Gradle

Jul 15, 2011
43 stars

OpenEngSB :: Core :: Enterprise Database · OpenEngSB Enterprise Database Service is used to give an implementation for the connection to the EDB.

<dependency>
    <groupId>org.openengsb.core</groupId>
    <artifactId>openengsb-core-edb</artifactId>
    <version>1.3.0.M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openengsb.core : openengsb-core-edb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0.M3

All Versions

Choose a version of org.openengsb.core : openengsb-core-edb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
openengsb-core-edb-1.3.0.M3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openengsb.core</groupId>
    <artifactId>openengsb-core-edb</artifactId>
    <version>1.3.0.M3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openengsb.core : openengsb-core-edb gradle dependency to your build.gradle file:

implementation 'org.openengsb.core:openengsb-core-edb:1.3.0.M3'

Gradle Kotlin DSL: Add the following org.openengsb.core : openengsb-core-edb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openengsb.core:openengsb-core-edb:1.3.0.M3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openengsb.core : openengsb-core-edb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openengsb.core" % "openengsb-core-edb" % "1.3.0.M3"