License |
License |
---|---|
GroupId | GroupIdcom.github.braisdom |
ArtifactId | ArtifactIdtemplated-excel |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionTemplatedExcel
Defining Excel styles with HTML and CSS. It's a templated language, as same as HTML.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
templated-excel-1.1.0.pom | |
templated-excel-1.1.0.jar | 26 KB |
templated-excel-1.1.0-sources.jar | 19 KB |
templated-excel-1.1.0-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.braisdom/templated-excel/ -->
<dependency>
<groupId>com.github.braisdom</groupId>
<artifactId>templated-excel</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.braisdom/templated-excel/
implementation 'com.github.braisdom:templated-excel:1.1.0'
// https://jarcasting.com/artifacts/com.github.braisdom/templated-excel/
implementation ("com.github.braisdom:templated-excel:1.1.0")
'com.github.braisdom:templated-excel:jar:1.1.0'
<dependency org="com.github.braisdom" name="templated-excel" rev="1.1.0">
<artifact name="templated-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.braisdom', module='templated-excel', version='1.1.0')
)
libraryDependencies += "com.github.braisdom" % "templated-excel" % "1.1.0"
[com.github.braisdom/templated-excel "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.1.0 |
org.dom4j : dom4j | jar | 2.0.0 |
com.helger : ph-css | jar | 6.1.2 |
ognl : ognl | jar | 3.2.10 |
org.thymeleaf : thymeleaf | jar | 3.0.11.RELEASE |
commons-io : commons-io | jar | 2.6 |