| License |
License |
|---|---|
| GroupId | GroupIdcom.github.sanshi0518 |
| ArtifactId | ArtifactIdxcelite |
| Version | Version1.0.5 |
| Type | Typejar |
| Description |
Descriptionxcelite
Xcelite is an ORM like Java library which allows you to easily serialize and deserialize Java beans
to/from Excel spreadsheets
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| xcelite-1.0.5.pom | |
| xcelite-1.0.5.jar | 46 KB |
| xcelite-1.0.5-sources.jar | 39 KB |
| xcelite-1.0.5-javadoc.jar | 278 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sanshi0518/xcelite/ -->
<dependency>
<groupId>com.github.sanshi0518</groupId>
<artifactId>xcelite</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanshi0518/xcelite/
implementation 'com.github.sanshi0518:xcelite:1.0.5'
// https://jarcasting.com/artifacts/com.github.sanshi0518/xcelite/
implementation ("com.github.sanshi0518:xcelite:1.0.5")
'com.github.sanshi0518:xcelite:jar:1.0.5'
<dependency org="com.github.sanshi0518" name="xcelite" rev="1.0.5">
<artifact name="xcelite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanshi0518', module='xcelite', version='1.0.5')
)
libraryDependencies += "com.github.sanshi0518" % "xcelite" % "1.0.5"
[com.github.sanshi0518/xcelite "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi | jar | 3.10.1 |
| org.apache.poi : poi-ooxml | jar | 3.10.1 |
| org.reflections : reflections | jar | 0.9.9-RC1 |
| commons-collections : commons-collections | jar | 3.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |