License |
License |
---|---|
GroupId | GroupIdcom.frugalmechanic |
ArtifactId | ArtifactIdfm-flatfile_2.10 |
Version | Version0.3.0 |
Type | Typejar |
Description |
Descriptionfm-flatfile
TSV/CSV/FlatFile Reader
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
fm-flatfile_2.10-0.3.0.pom | |
fm-flatfile_2.10-0.3.0.jar | 300 KB |
fm-flatfile_2.10-0.3.0-sources.jar | 40 KB |
fm-flatfile_2.10-0.3.0-javadoc.jar | 605 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frugalmechanic/fm-flatfile_2.10/ -->
<dependency>
<groupId>com.frugalmechanic</groupId>
<artifactId>fm-flatfile_2.10</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.frugalmechanic/fm-flatfile_2.10/
implementation 'com.frugalmechanic:fm-flatfile_2.10:0.3.0'
// https://jarcasting.com/artifacts/com.frugalmechanic/fm-flatfile_2.10/
implementation ("com.frugalmechanic:fm-flatfile_2.10:0.3.0")
'com.frugalmechanic:fm-flatfile_2.10:jar:0.3.0'
<dependency org="com.frugalmechanic" name="fm-flatfile_2.10" rev="0.3.0">
<artifact name="fm-flatfile_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frugalmechanic', module='fm-flatfile_2.10', version='0.3.0')
)
libraryDependencies += "com.frugalmechanic" % "fm-flatfile_2.10" % "0.3.0"
[com.frugalmechanic/fm-flatfile_2.10 "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.6 |
com.frugalmechanic : fm-common_2.10 | jar | 0.3.0 |
com.frugalmechanic : fm-lazyseq_2.10 | jar | 0.3.0 |
com.frugalmechanic : fm-xml_2.10 | jar | 0.2.0 |
com.frugalmechanic : scala-optparse_2.10 | jar | 1.1.1 |
joda-time : joda-time | jar | 2.9.1 |
org.joda : joda-convert | jar | 1.8 |
org.apache.poi : poi | jar | 3.13 |
org.apache.poi : poi-ooxml | jar | 3.13 |
org.apache.poi : poi-ooxml-schemas | jar | 3.13 |
org.codehaus.woodstox : woodstox-core-asl | jar | 4.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 2.2.4 |