is not current version
Last Version 1.0.5

net.xfantome:rain 1.0.0

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

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.xfantome
ArtifactId

ArtifactId

rain
Version

Version

1.0.0
Type

Type

jar

Download rain 1.0.0


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