Download jberet-samples-common-1.3.0.beta6.jar file

Introduction

You can download jberet-samples-common-1.3.0.beta6.jar in this page.

License

Open Source License

Type List

jberet-samples-common-1.3.0.beta6.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/batch-jobs/csvItemReader.xml
META-INF/batch-jobs/xmlItemReader-jsonItemWriter.xml
META-INF/maven/org.jberet.samples/jberet-samples-common/pom.properties
META-INF/maven/org.jberet.samples/jberet-samples-common/pom.xml
org.jberet.samples.wildfly.common.BatchTestBase.class
org.jberet.samples.wildfly.common.Movie.class
org.jberet.samples.wildfly.common.StockTrade.class

Pom

jberet-samples-common-1.3.0.beta6.pom file content.

<?xml version="1.0" encoding="UTF-8"?>

<!--
 Copyright (c) 2014-2016 Red Hat, Inc. and/or its affiliates.

 All rights reserved. This program and the accompanying materials
 are made available under the terms of the Eclipse Public License v1.0
 which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/epl-v10.html

 Contributors:
 Cheng Fang - Initial API and implementation
-->

<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.jberet.samples</groupId>
        <artifactId>wildfly-jberet-samples</artifactId>
        <version>1.3.0.Beta6</version>
    </parent>

    <artifactId>jberet-samples-common</artifactId>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-annotations</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jberet.samples</groupId>
   <artifactId>jberet-samples-common</artifactId>
   <version>1.3.0.beta6</version>
</dependency>

Download

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



Download jberet-samples-common-1.3.0.beta6.jar file




PreviousNext

Related