MVN

org.openmuc.framework : openmuc-datalogger-ascii

Maven & Gradle

Mar 31, 2022

OpenMUC Data Logger - ASCII · ASCII data logger for the OpenMUC framework.

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

Latest Version

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

  • Latest Stable: 0.19.2

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openmuc.framework</groupId>
    <artifactId>openmuc-datalogger-ascii</artifactId>
    <version>0.19.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.openmuc.framework:openmuc-datalogger-ascii:0.19.2'

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

implementation("org.openmuc.framework:openmuc-datalogger-ascii:0.19.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.openmuc.framework" % "openmuc-datalogger-ascii" % "0.19.2"

Advertisement