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