Download ignite-jta-1.7.0.jar file

Introduction

You can download ignite-jta-1.7.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

ignite-jta-1.7.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.ignite/ignite-jta/pom.properties
META-INF/maven/org.apache.ignite/ignite-jta/pom.xml
org.apache.ignite.cache.jta.CacheTmLookup.class
org.apache.ignite.cache.jta.jndi.CacheJndiTmFactory.class
org.apache.ignite.cache.jta.jndi.CacheJndiTmLookup.class
org.apache.ignite.cache.jta.reflect.CacheReflectionTmLookup.class
org.apache.ignite.cache.jta.websphere.WebSphereLibertyTmFactory.class
org.apache.ignite.cache.jta.websphere.WebSphereTmFactory.class
org.apache.ignite.internal.processors.cache.jta.CacheJtaManager.class
org.apache.ignite.internal.processors.cache.jta.CacheJtaResource.class

Pom

ignite-jta-1.7.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.ignite</groupId>
  <artifactId>ignite-jta</artifactId>
  <version>1.7.0</version>
  <description>Java-based middleware for in-memory processing of big data in a distributed environment.</description>
  <url>http://ignite.apache.org</url>
  <organization>
    <name>The Apache Software Foundation</name>
    <url>http://www.apache.org/</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dsetrakyan</id>
      <name>Dmitriy Setrakyan</name>
      <email>dsetrakyan at apache dot org</email>
    </developer>
    <developer>
      <id>agoncharuk</id>
      <name>Alexey Goncharuk</name>
      <email>agoncharuk at apache dot org</email>
    </developer>
    <developer>
      <id>vkulichenko</id>
      <name>Valentin Kulichenko</name>
      <email>vkulichenko at apache dot org</email>
    </developer>
    <developer>
      <id>svladykin</id>
      <name>Sergi Vladykin</name>
      <email>sergi dot vladykin at gmail dot com</email>
    </developer>
    <developer>
      <id>yzhdanov</id>
      <name>Yakov Zhdanov</name>
      <email>yzhdanov at apache dot org</email>
    </developer>
    <developer>
      <id>sboikov</id>
      <name>Semyon Boikov</name>
      <email>sboikov at gridgain dot com</email>
    </developer>
    <developer>
      <id>vozerov</id>
      <name>Vladimir Ozerov</name>
      <email>vozerov at gridgain dot com</email>
    </developer>
  </developers>
  <mailingLists>
    <mailingList>
      <name>Ignite Dev List</name>
      <subscribe>dev-subscribe@ignite.apache.org</subscribe>
      <unsubscribe>dev-unsubscribe@ignite.apache.org</unsubscribe>
      <post>dev@ignite.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/ignite-dev</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/apache-16/ignite-parent/ignite-jta</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/apache-16/ignite-parent/ignite-jta</developerConnection>
    <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-16/ignite-parent/ignite-jta</url>
  </scm>
  <issueManagement>
    <system>jira</system>
    <url>http://issues.apache.org/jira/browse/IGNITE</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>apache.releases.https</id>
      <name>Apache Release Distribution Repository</name>
      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
    </repository>
    <snapshotRepository>
      <id>apache.snapshots.https</id>
      <name>Apache Development Snapshot Repository</name>
      <url>https://repository.apache.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.apache.ignite</groupId>
      <artifactId>ignite-core</artifactId>
      <version>1.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.transaction</groupId>
      <artifactId>jta</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
        <checksumPolicy>ignore</checksumPolicy>
      </snapshots>
      <id>h2database.com</id>
      <name>Snapshot repository on h2database.com</name>
      <url>http://h2database.com/m2-repo</url>
    </repository>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <id>apache.snapshots</id>
      <name>Apache Snapshot Repository</name>
      <url>http://repository.apache.org/snapshots</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <releases>
        <updatePolicy>never</updatePolicy>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>Central Repository</name>
      <url>http://repo.maven.apache.org/maven2</url>
    </pluginRepository>
  </pluginRepositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>2.5.4</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.apache.ignite</groupId>
   <artifactId>ignite-jta</artifactId>
   <version>1.7.0</version>
</dependency>

Download

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



Download ignite-jta-1.7.0.jar file




PreviousNext

Related