| License |
License |
|---|---|
| GroupId | GroupIdio.github.mkhanal |
| ArtifactId | ArtifactIdquickocm |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionquickocm
A csv to object mapper for java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| quickocm-1.0.pom | |
| quickocm-1.0.jar | 17 KB |
| quickocm-1.0-sources.jar | 8 KB |
| quickocm-1.0-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mkhanal/quickocm/ -->
<dependency>
<groupId>io.github.mkhanal</groupId>
<artifactId>quickocm</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mkhanal/quickocm/
implementation 'io.github.mkhanal:quickocm:1.0'
// https://jarcasting.com/artifacts/io.github.mkhanal/quickocm/
implementation ("io.github.mkhanal:quickocm:1.0")
'io.github.mkhanal:quickocm:jar:1.0'
<dependency org="io.github.mkhanal" name="quickocm" rev="1.0">
<artifact name="quickocm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mkhanal', module='quickocm', version='1.0')
)
libraryDependencies += "io.github.mkhanal" % "quickocm" % "1.0"
[io.github.mkhanal/quickocm "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-collections : commons-collections | jar | 20040616 |
| net.sf.supercsv : super-csv-dozer | jar | 2.0.1 |
| joda-time : joda-time | jar | 2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.hamcrest : hamcrest-all | jar | 1.3 |