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