POI

POI patched by Haulmont

Лицензия

Лицензия

Группа

Группа

com.haulmont.thirdparty
Идентификатор

Идентификатор

poi
Последняя версия

Последняя версия

3.9.20130515
Дата

Дата

Тип

Тип

jar
Описание

Описание

POI
POI patched by Haulmont

Скачать poi

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
commons-codec : commons-codec jar 1.5

runtime (2)

Идентификатор библиотеки Тип Версия
commons-logging : commons-logging Необязательный jar 1.1
log4j : log4j Необязательный jar 1.2.13

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
3.9.20130515