F

FROST-Server.Plugin.FormatCsv

The ResultFormat plugin for the CSV result format.
https://github.com/FraunhoferIOSB/FROST-Server
Files download
File Operation
FROST-Server.Plugin.FormatCsv-2.1.4.jar download
FROST-Server.Plugin.FormatCsv-2.1.4.pom download
FROST-Server.Plugin.FormatCsv-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
  <artifactId>FROST-Server.Plugin.FormatCsv</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'de.fraunhofer.iosb.ilt.FROST-Server:FROST-Server.Plugin.FormatCsv:2.1.4'
Gradle Kotlin
implementation("de.fraunhofer.iosb.ilt.FROST-Server:FROST-Server.Plugin.FormatCsv:2.1.4")
Scala SBT
libraryDependencies += "de.fraunhofer.iosb.ilt.FROST-Server" % "FROST-Server.Plugin.FormatCsv" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='de.fraunhofer.iosb.ilt.FROST-Server', module='FROST-Server.Plugin.FormatCsv', version='2.1.4')
)
Apache Ivy
<dependency org="de.fraunhofer.iosb.ilt.FROST-Server" name="FROST-Server.Plugin.FormatCsv" rev="2.1.4" />
Leiningen
[de.fraunhofer.iosb.ilt.FROST-Server/FROST-Server.Plugin.FormatCsv "2.1.4"]
Apache Buildr
'de.fraunhofer.iosb.ilt.FROST-Server:FROST-Server.Plugin.FormatCsv:jar:2.1.4'