o

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.
http://www.openengsb.org
Apache 2
Files download
File Operation
openengsb-core-api-1.2.0.RC2.jar download
openengsb-core-api-1.2.0.RC2.pom download
openengsb-core-api-1.2.0.RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openengsb.core</groupId>
  <artifactId>openengsb-core-api</artifactId>
  <version>1.2.0.RC2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openengsb.core:openengsb-core-api:1.2.0.RC2'
Gradle Kotlin
implementation("org.openengsb.core:openengsb-core-api:1.2.0.RC2")
Scala SBT
libraryDependencies += "org.openengsb.core" % "openengsb-core-api" % "1.2.0.RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.openengsb.core', module='openengsb-core-api', version='1.2.0.RC2')
)
Apache Ivy
<dependency org="org.openengsb.core" name="openengsb-core-api" rev="1.2.0.RC2" />
Leiningen
[org.openengsb.core/openengsb-core-api "1.2.0.RC2"]
Apache Buildr
'org.openengsb.core:openengsb-core-api:jar:1.2.0.RC2'