MVN

org.openengsb.framework : org.openengsb.framework.info

Maven & Gradle

Oct 10, 2014
43 stars

OpenEngSB :: Framework :: Info · This project contains various information files about the OpenEngSB which could be easily retrieved via a http service like version of the OpenEngSB.

<dependency>
    <groupId>org.openengsb.framework</groupId>
    <artifactId>org.openengsb.framework.info</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.info 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.info to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
org.openengsb.framework.info-3.0.0.M2
org.openengsb.framework.info-3.0.0.M1
2.5.x
org.openengsb.framework.info-2.5.1
org.openengsb.framework.info-2.5.0
2.4.x
org.openengsb.framework.info-2.4.5
org.openengsb.framework.info-2.4.4
org.openengsb.framework.info-2.4.3
org.openengsb.framework.info-2.4.2
org.openengsb.framework.info-2.4.1
org.openengsb.framework.info-2.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openengsb.framework</groupId>
    <artifactId>org.openengsb.framework.info</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.info gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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