POI

POI patched by Haulmont

License

License

GroupId

GroupId

com.haulmont.thirdparty
ArtifactId

ArtifactId

poi
Last Version

Last Version

3.9.20130515
Release Date

Release Date

Type

Type

jar
Description

Description

POI
POI patched by Haulmont

Download poi

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.5

runtime (2)

Group / Artifact Type Version
commons-logging : commons-logging Optional jar 1.1
log4j : log4j Optional jar 1.2.13

Project Modules

There are no modules declared in this project.

YARG

license Build Status Download

YARG is an open source reporting library for Java, developed by Haulmont.

It is intended to be embedded into enterprise IT systems, thus it comes with no UI so that native UI of the target system can be used. Templates can be created in most common formats including MS Office (doc, docx, xls, xlsx, html, ftl, csv) or a custom text format and filled with data loaded by sql, groovy or other means.

YARG is a mature and well-tested tool, already used in a number of Haulmont's solutions as part of CUBA Platform.

Documentation

How to add dependency

Yarg versions are distributed using public Bintray Maven repository: http://dl.bintray.com/cuba-platform/main

You can find the complete list of versions here: https://bintray.com/cuba-platform/main/yarg

Gradle:

repositories {
    maven {
        url "http://dl.bintray.com/cuba-platform/main"
    }
}
...
dependencies {
    compile 'com.haulmont.yarg:yarg:2.2.6'
}

Maven:

<repositories>
    <repository>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
        <id>bintray-cuba-platform-main</id>
        <name>bintray</name>
        <url>http://dl.bintray.com/cuba-platform/main</url>
    </repository>
</repositories>
...
<dependency>
    <groupId>com.haulmont.yarg</groupId>
    <artifactId>yarg</artifactId>
    <version>2.2.6</version>
    <type>pom</type>
</dependency>

Samples

Forums

com.haulmont.thirdparty

Haulmont

Versions

Version
3.9.20130515