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.0.9.jar download
FROST-Server.Plugin.FormatCsv-2.0.9.pom download
FROST-Server.Plugin.FormatCsv-2.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
  <artifactId>FROST-Server.Plugin.FormatCsv</artifactId>
  <version>2.0.9</version>
</dependency>
Gradle Groovy
implementation 'de.fraunhofer.iosb.ilt.FROST-Server:FROST-Server.Plugin.FormatCsv:2.0.9'
Gradle Kotlin
implementation("de.fraunhofer.iosb.ilt.FROST-Server:FROST-Server.Plugin.FormatCsv:2.0.9")
Scala SBT
libraryDependencies += "de.fraunhofer.iosb.ilt.FROST-Server" % "FROST-Server.Plugin.FormatCsv" % "2.0.9"
Groovy Grape
@Grapes(
  @Grab(group='de.fraunhofer.iosb.ilt.FROST-Server', module='FROST-Server.Plugin.FormatCsv', version='2.0.9')
)
Apache Ivy
<dependency org="de.fraunhofer.iosb.ilt.FROST-Server" name="FROST-Server.Plugin.FormatCsv" rev="2.0.9" />
Leiningen
[de.fraunhofer.iosb.ilt.FROST-Server/FROST-Server.Plugin.FormatCsv "2.0.9"]
Apache Buildr
'de.fraunhofer.iosb.ilt.FROST-Server:FROST-Server.Plugin.FormatCsv:jar:2.0.9'