rain

This is an object-oriented java library for writing Microsoft Office Excel spreadsheets. Based on apache POI library and the power java reflexion.

License

License

MIT
Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.xfantome
ArtifactId

ArtifactId

rain
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

rain
This is an object-oriented java library for writing Microsoft Office Excel spreadsheets. Based on apache POI library and the power java reflexion.
Project URL

Project URL

https://github.com/mrgren/rain
Source Code Management

Source Code Management

https://github.com/mrgren/rain

Download rain

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.poi : poi-ooxml jar 4.0.1
org.apache.maven.scm : maven-scm-provider-gitexe jar 1.9.5

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.4

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0