License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jett |
ArtifactId | ArtifactIdjett |
Version | Version0.11.0 |
Type | Typepom |
Description |
DescriptionJett
JETT is a Java API that reads an Excel spreadsheet as a template, takes your data, and creates a new Excel spreadsheet that contains your data, formatted as in the template. It works with .xls and .xlsx template spreadsheets.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationJett Team |
Filename | Size |
---|---|
jett-0.11.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jett/jett/ -->
<dependency>
<groupId>net.sf.jett</groupId>
<artifactId>jett</artifactId>
<version>0.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jett/jett/
implementation 'net.sf.jett:jett:0.11.0'
// https://jarcasting.com/artifacts/net.sf.jett/jett/
implementation ("net.sf.jett:jett:0.11.0")
'net.sf.jett:jett:pom:0.11.0'
<dependency org="net.sf.jett" name="jett" rev="0.11.0">
<artifact name="jett" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.jett', module='jett', version='0.11.0')
)
libraryDependencies += "net.sf.jett" % "jett" % "0.11.0"
[net.sf.jett/jett "0.11.0"]