MVN

org.openmuc.framework : openmuc-webui-dataexporter

Maven & Gradle

Mar 31, 2022

OpenMUC WebUI - Data Exporter · Data Exporter plug-in for the WebUI of the OpenMUC framework.

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

Latest Version

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

  • Latest Stable: 0.19.2

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openmuc.framework</groupId>
    <artifactId>openmuc-webui-dataexporter</artifactId>
    <version>0.19.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openmuc.framework:openmuc-webui-dataexporter:0.19.2'

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

implementation("org.openmuc.framework:openmuc-webui-dataexporter:0.19.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openmuc.framework" % "openmuc-webui-dataexporter" % "0.19.2"