MVN

org.openmuc.framework : openmuc-core-spi

Maven & Gradle

Mar 31, 2022
26 usages

OpenMUC Core - SPI · The core SPI of the OpenMUC framework.

<dependency>
    <groupId>org.openmuc.framework</groupId>
    <artifactId>openmuc-core-spi</artifactId>
    <version>0.19.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openmuc.framework : openmuc-core-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19.2

All Versions

Choose a version of org.openmuc.framework : openmuc-core-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19.x
openmuc-core-spi-0.19.2
openmuc-core-spi-0.19.1
openmuc-core-spi-0.19.0
0.18.x
openmuc-core-spi-0.18.1
openmuc-core-spi-0.18.0
0.17.x
openmuc-core-spi-0.17.2
openmuc-core-spi-0.17.1
openmuc-core-spi-0.17.0
0.16.x
openmuc-core-spi-0.16.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openmuc.framework</groupId>
    <artifactId>openmuc-core-spi</artifactId>
    <version>0.19.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openmuc.framework : openmuc-core-spi gradle dependency to your build.gradle file:

implementation 'org.openmuc.framework:openmuc-core-spi:0.19.2'

Gradle Kotlin DSL: Add the following org.openmuc.framework : openmuc-core-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openmuc.framework:openmuc-core-spi:0.19.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openmuc.framework : openmuc-core-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openmuc.framework" % "openmuc-core-spi" % "0.19.2"

Advertisement