E

ExtendedSeparatedValues

Library for handling Extended Separated Values (.esv) files.
https://github.com/fickludd/eviltools
The Apache License, Version 2.0
Johan Teleman
Files download
File Operation
ExtendedSeparatedValues-1.0.0.jar download
ExtendedSeparatedValues-1.0.0.pom download
ExtendedSeparatedValues-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.lth.immun</groupId>
  <artifactId>ExtendedSeparatedValues</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'se.lth.immun:ExtendedSeparatedValues:1.0.0'
Gradle Kotlin
implementation("se.lth.immun:ExtendedSeparatedValues:1.0.0")
Scala SBT
libraryDependencies += "se.lth.immun" % "ExtendedSeparatedValues" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='se.lth.immun', module='ExtendedSeparatedValues', version='1.0.0')
)
Apache Ivy
<dependency org="se.lth.immun" name="ExtendedSeparatedValues" rev="1.0.0" />
Leiningen
[se.lth.immun/ExtendedSeparatedValues "1.0.0"]
Apache Buildr
'se.lth.immun:ExtendedSeparatedValues:jar:1.0.0'