License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Net |
GroupId | GroupIdnet.xfantome |
ArtifactId | ArtifactIdrain |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrain
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rain-1.0.5.pom | |
rain-1.0.5.jar | 17 KB |
rain-1.0.5-sources.jar | 5 KB |
rain-1.0.5-javadoc.jar | 27 KB |
rain-1.0.5-jar-with-dependencies.jar | 18 MB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |