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
文件下载
文件名 操作
openengsb-core-api-1.2.2.RELEASE.jar 下载
openengsb-core-api-1.2.2.RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>org.openengsb.core</groupId>
  <artifactId>openengsb-core-api</artifactId>
  <version>1.2.2.RELEASE</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openengsb.core:openengsb-core-api:1.2.2.RELEASE'
Gradle Kotlin
implementation("org.openengsb.core:openengsb-core-api:1.2.2.RELEASE")
Scala SBT
libraryDependencies += "org.openengsb.core" % "openengsb-core-api" % "1.2.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.openengsb.core', module='openengsb-core-api', version='1.2.2.RELEASE')
)
Apache Ivy
<dependency org="org.openengsb.core" name="openengsb-core-api" rev="1.2.2.RELEASE" />
Leiningen
[org.openengsb.core/openengsb-core-api "1.2.2.RELEASE"]
Apache Buildr
'org.openengsb.core:openengsb-core-api:jar:1.2.2.RELEASE'