is not current version
Last Version 2.0.1

com.sombrainc:excelorm 2.0.0

Project created to simplify the reading from Excel files

Categories

Categories

ORM Data
GroupId

GroupId

com.sombrainc
ArtifactId

ArtifactId

excelorm
Version

Version

2.0.0
Type

Type

jar

Download excelorm 2.0.0


<!-- https://jarcasting.com/artifacts/com.sombrainc/excelorm/ -->
<dependency>
    <groupId>com.sombrainc</groupId>
    <artifactId>excelorm</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sombrainc/excelorm/
implementation 'com.sombrainc:excelorm:2.0.0'
// https://jarcasting.com/artifacts/com.sombrainc/excelorm/
implementation ("com.sombrainc:excelorm:2.0.0")
'com.sombrainc:excelorm:jar:2.0.0'
<dependency org="com.sombrainc" name="excelorm" rev="2.0.0">
  <artifact name="excelorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sombrainc', module='excelorm', version='2.0.0')
)
libraryDependencies += "com.sombrainc" % "excelorm" % "2.0.0"
[com.sombrainc/excelorm "2.0.0"]