License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.sombrainc |
ArtifactId | ArtifactIdexcelorm |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptioncom.sombrainc:excelorm
Project created to simplify the reading from Excel files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excelorm-2.0.1.pom | |
excelorm-2.0.1.jar | 72 KB |
excelorm-2.0.1-sources.jar | 41 KB |
excelorm-2.0.1-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sombrainc/excelorm/ -->
<dependency>
<groupId>com.sombrainc</groupId>
<artifactId>excelorm</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sombrainc/excelorm/
implementation 'com.sombrainc:excelorm:2.0.1'
// https://jarcasting.com/artifacts/com.sombrainc/excelorm/
implementation ("com.sombrainc:excelorm:2.0.1")
'com.sombrainc:excelorm:jar:2.0.1'
<dependency org="com.sombrainc" name="excelorm" rev="2.0.1">
<artifact name="excelorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sombrainc', module='excelorm', version='2.0.1')
)
libraryDependencies += "com.sombrainc" % "excelorm" % "2.0.1"
[com.sombrainc/excelorm "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.7 |
org.apache.poi : poi | jar | 4.0.0 |
org.apache.poi : poi-ooxml | jar | 4.0.0 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.10.1 |
org.testng : testng | jar | 6.14.3 |