MVN

org.openengsb.framework : org.openengsb.framework.util

Maven & Gradle

Oct 10, 2014
19 usages
43 stars

OpenEngSB :: Framework :: Util · OpenEngSB Common Core Utility classes, abstract classes to be extended by Domains and Connectors (Domains, DomainEvents, DomainProviders, ServiceManagers). The abstract and utility classes should help a great deal during developing for the OpenEngSB. Though non of the classes in this package are required and can be easily worked-around.

<dependency>
    <groupId>org.openengsb.framework</groupId>
    <artifactId>org.openengsb.framework.util</artifactId>
    <version>3.0.0.M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0.M2

All Versions

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

Version Vulnerabilities Updated
3.0.x
org.openengsb.framework.util-3.0.0.M2
org.openengsb.framework.util-3.0.0.M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openengsb.framework</groupId>
    <artifactId>org.openengsb.framework.util</artifactId>
    <version>3.0.0.M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openengsb.framework : org.openengsb.framework.util gradle dependency to your build.gradle file:

implementation 'org.openengsb.framework:org.openengsb.framework.util:3.0.0.M2'

Gradle Kotlin DSL: Add the following org.openengsb.framework : org.openengsb.framework.util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openengsb.framework:org.openengsb.framework.util:3.0.0.M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openengsb.framework : org.openengsb.framework.util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openengsb.framework" % "org.openengsb.framework.util" % "3.0.0.M2"

Advertisement

Dependencies from Group

Discover Dependencies