License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.xbaker |
ArtifactId | ArtifactIdrain |
Version | Version2.0.0 |
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-2.0.0.pom | |
rain-2.0.0.jar | 14 KB |
rain-2.0.0-sources.jar | 7 KB |
rain-2.0.0-javadoc.jar | 403 KB |
rain-2.0.0-jar-with-dependencies.jar | 18 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.xbaker/rain/ -->
<dependency>
<groupId>net.xbaker</groupId>
<artifactId>rain</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.xbaker/rain/
implementation 'net.xbaker:rain:2.0.0'
// https://jarcasting.com/artifacts/net.xbaker/rain/
implementation ("net.xbaker:rain:2.0.0")
'net.xbaker:rain:jar:2.0.0'
<dependency org="net.xbaker" name="rain" rev="2.0.0">
<artifact name="rain" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.xbaker', module='rain', version='2.0.0')
)
libraryDependencies += "net.xbaker" % "rain" % "2.0.0"
[net.xbaker/rain "2.0.0"]
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 |
---|---|---|
junit : junit | jar | 4.12 |