Download jxls-2.3.0.jar file

Introduction

You can download jxls-2.3.0.jar in this page.

License

The Apache License, Version 2.0

Type List

jxls-2.3.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jxls/jxls/pom.properties
META-INF/maven/org.jxls/jxls/pom.xml
org.jxls.area.Area.class
org.jxls.area.CommandData.class
org.jxls.area.XlsArea.class
org.jxls.builder.AreaBuilder.class
org.jxls.builder.xls.AreaCommand.class
org.jxls.builder.xls.XlsCommentAreaBuilder.class
org.jxls.builder.xml.AreaAction.class
org.jxls.builder.xml.EachAction.class
org.jxls.builder.xml.GridAction.class
org.jxls.builder.xml.IfAction.class
org.jxls.builder.xml.SimpleConfigurator.class
org.jxls.builder.xml.UserCommandAction.class
org.jxls.builder.xml.XmlAreaBuilder.class
org.jxls.command.AbstractCommand.class
org.jxls.command.CellRefGenerator.class
org.jxls.command.Command.class
org.jxls.command.EachCommand.class
org.jxls.command.GridCommand.class
org.jxls.command.IfCommand.class
org.jxls.command.ImageCommand.class
org.jxls.command.SheetNameGenerator.class
org.jxls.common.AreaListener.class
org.jxls.common.AreaRef.class
org.jxls.common.CellData.class
org.jxls.common.CellRange.class
org.jxls.common.CellRef.class
org.jxls.common.CellRefColPrecedenceComparator.class
org.jxls.common.CellRefRowPrecedenceComparator.class
org.jxls.common.Context.class
org.jxls.common.GroupData.class
org.jxls.common.ImageType.class
org.jxls.common.JxlsException.class
org.jxls.common.RowData.class
org.jxls.common.SheetData.class
org.jxls.common.Size.class
org.jxls.common.cellshift.AdjacentCellShiftStrategy.class
org.jxls.common.cellshift.CellShiftStrategy.class
org.jxls.common.cellshift.InnerCellShiftStrategy.class
org.jxls.expression.EvaluationException.class
org.jxls.expression.ExpressionEvaluator.class
org.jxls.expression.JexlExpressionEvaluator.class
org.jxls.formula.FastFormulaProcessor.class
org.jxls.formula.FormulaProcessor.class
org.jxls.formula.StandardFormulaProcessor.class
org.jxls.jdbc.CaseInsensitiveHashMap.class
org.jxls.jdbc.JdbcHelper.class
org.jxls.template.SimpleExporter.class
org.jxls.transform.AbstractTransformer.class
org.jxls.transform.TransformationConfig.class
org.jxls.transform.Transformer.class
org.jxls.util.CellRefUtil.class
org.jxls.util.JxlsHelper.class
org.jxls.util.TransformerFactory.class
org.jxls.util.Util.class
org/jxls/template/grid_template.xls

Pom

jxls-2.3.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jxls</groupId>
    <artifactId>jxls</artifactId>
    <packaging>jar</packaging>
    <version>2.3.0</version>
    <name>${project.groupId}:${project.artifactId}</name>
    <description>Small library for Excel generation based on XLS templates</description>
    <url>http://jxls.sf.net</url>
    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <name>Leonid Vysochyn</name>
            <email>leonate@gmail.com</email>
        </developer>
    </developers>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
        <gmavenVersion>1.4</gmavenVersion>
        <gmavenProviderSelection>2.0</gmavenProviderSelection>
        <groovyVersion>2.0.0</groovyVersion>
        <spockVersion>1.0-groovy-2.4</spockVersion>
    </properties>

    <scm>
        <connection>scm:git:http://bitbucket.org/leonate/jxls.git</connection>
        <developerConnection>scm:git:https://bitbucket.org/leonate/jxls.git</developerConnection>
        <url>https://bitbucket.org/leonate/jxls</url>
        <tag>r2.3.0</tag>
    </scm>

    <build>
        <extensions>
            <extension>
                <groupId>org.apache.maven.wagon</groupId>
                <artifactId>wagon-ssh</artifactId>
                <version>2.9</version>
            </extension>
        </extensions>

        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.3</version>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                </configuration>
            </plugin>

            <plugin>
                <!-- The gmavenplus plugin is used to compile Groovy code. To learn more about this plugin,
                visit https://github.com/groovy/GMavenPlus/wiki -->
                <groupId>org.codehaus.gmavenplus</groupId>
                <artifactId>gmavenplus-plugin</artifactId>
                <version>1.4</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>compile</goal>
                            <goal>testCompile</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-site-plugin</artifactId>
                <version>3.4</version>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.5.2</version>
                <configuration>
                    <pushChanges>false</pushChanges>
                    <localCheckout>true</localCheckout>
                    <autoVersionSubmodules>true</autoVersionSubmodules>
                    <useReleaseProfile>false</useReleaseProfile>
                    <releaseProfiles>release</releaseProfiles>
                    <goals>deploy</goals>
                </configuration>
            </plugin>

            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.6.3</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>ossrh</serverId>
                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <profiles>
        <profile>
            <id>release</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-source-plugin</artifactId>
                        <version>2.4</version>
                        <executions>
                            <execution>
                                <id>attach-sources</id>
                                <goals>
                                    <goal>jar-no-fork</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <version>2.10.3</version>
                        <configuration>
                            <additionalparam>-Xdoclint:none</additionalparam>
                        </configuration>
                        <executions>
                            <execution>
                                <id>attach-javadocs</id>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>

                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-gpg-plugin</artifactId>
                        <version>1.5</version>
                        <executions>
                            <execution>
                                <id>sign-artifacts</id>
                                <phase>verify</phase>
                                <goals>
                                    <goal>sign</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>2.0.2-beta</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-jexl</artifactId>
            <version>2.1.1</version>
        </dependency>
        <dependency>
            <groupId>commons-beanutils</groupId>
            <artifactId>commons-beanutils</artifactId>
            <version>1.9.2</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.12</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jcl-over-slf4j</artifactId>
            <version>1.7.12</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-core</artifactId>
            <version>1.1.3</version>
        </dependency>
        <dependency>
            <groupId>org.spockframework</groupId>
            <artifactId>spock-core</artifactId>
            <version>${spockVersion}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib-nodep</artifactId>
            <version>3.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-report-plugin</artifactId>
                <version>2.18.1</version>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>findbugs-maven-plugin</artifactId>
                <version>3.0.1</version>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-pmd-plugin</artifactId>
                <version>3.4</version>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <version>2.15</version>
            </plugin>
        </plugins>
    </reporting>

    <distributionManagement>
        <snapshotRepository>
            <id>ossrh</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
    </distributionManagement>

</project>

POM Entry

<dependency>
   <groupId>org.jxls</groupId>
   <artifactId>jxls</artifactId>
   <version>2.3.0</version>
</dependency>

Download

If you think the following jxls-2.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jxls-2.3.0.jar file




PreviousNext

Related