MVN

org.openengsb.core : openengsb-core-api

Maven & Gradle

Sep 15, 2011
36 usages
43 stars

OpenEngSB :: Core :: API · Interfaces to be implemented by Domains, Connectors and Events which handle intatiation of Services and Proxies, classes for registration of bundles and services, classes for localization, classes that save connector properties (Persistence) and finally classes that enable the web application to have access to OSGI bundles. This bundle contains only the model and interface descriptions of all those services. In theory someone can take only a minor number of openengsb bundles, the api and create the rest of the system on his own.

<dependency>
    <groupId>org.openengsb.core</groupId>
    <artifactId>openengsb-core-api</artifactId>
    <version>1.2.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.2.RELEASE
  • Latest Release Candidate: 1.2.0.RC3

All Versions

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

Version Vulnerabilities Updated
1.3.x
openengsb-core-api-1.3.0.M3
openengsb-core-api-1.3.0.M2
openengsb-core-api-1.3.0.M1
1.2.x
openengsb-core-api-1.2.2.RELEASE
openengsb-core-api-1.2.1.RELEASE
openengsb-core-api-1.2.0.RELEASE
openengsb-core-api-1.2.0.RC3
openengsb-core-api-1.2.0.RC2
openengsb-core-api-1.2.0.RC1
openengsb-core-api-1.2.0.M5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openengsb.core</groupId>
    <artifactId>openengsb-core-api</artifactId>
    <version>1.2.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openengsb.core:openengsb-core-api:1.2.2.RELEASE'

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

implementation("org.openengsb.core:openengsb-core-api:1.2.2.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openengsb.core" % "openengsb-core-api" % "1.2.2.RELEASE"