| License |
License |
|---|---|
| GroupId | GroupIdam.ik.ltsv4j |
| ArtifactId | ArtifactIdltsv4j |
| Version | Version0.9.0 |
| Type | Typejar |
| Description |
DescriptionLTSV4J
Labeled Tab Separated Value(http://ltsv.org/) manipulator for Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ltsv4j-0.9.0.pom | |
| ltsv4j-0.9.0.jar | 13 KB |
| ltsv4j-0.9.0-sources.jar | 9 KB |
| ltsv4j-0.9.0-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/am.ik.ltsv4j/ltsv4j/ -->
<dependency>
<groupId>am.ik.ltsv4j</groupId>
<artifactId>ltsv4j</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/am.ik.ltsv4j/ltsv4j/
implementation 'am.ik.ltsv4j:ltsv4j:0.9.0'
// https://jarcasting.com/artifacts/am.ik.ltsv4j/ltsv4j/
implementation ("am.ik.ltsv4j:ltsv4j:0.9.0")
'am.ik.ltsv4j:ltsv4j:jar:0.9.0'
<dependency org="am.ik.ltsv4j" name="ltsv4j" rev="0.9.0">
<artifact name="ltsv4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='am.ik.ltsv4j', module='ltsv4j', version='0.9.0')
)
libraryDependencies += "am.ik.ltsv4j" % "ltsv4j" % "0.9.0"
[am.ik.ltsv4j/ltsv4j "0.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |