You can download ironjacamar-spec-api-1.0.10.final.jar in this page.
lgpl
ironjacamar-spec-api-1.0.10.final.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF javax.resource.NotSupportedException.class javax.resource.Referenceable.class javax.resource.ResourceException.class javax.resource.cci.Connection.class javax.resource.cci.ConnectionFactory.class javax.resource.cci.ConnectionMetaData.class javax.resource.cci.ConnectionSpec.class javax.resource.cci.IndexedRecord.class javax.resource.cci.Interaction.class javax.resource.cci.InteractionSpec.class javax.resource.cci.LocalTransaction.class javax.resource.cci.MappedRecord.class javax.resource.cci.MessageListener.class javax.resource.cci.Record.class javax.resource.cci.RecordFactory.class javax.resource.cci.ResourceAdapterMetaData.class javax.resource.cci.ResourceWarning.class javax.resource.cci.ResultSet.class javax.resource.cci.ResultSetInfo.class javax.resource.cci.Streamable.class javax.resource.spi.Activation.class javax.resource.spi.ActivationSpec.class javax.resource.spi.AdministeredObject.class javax.resource.spi.ApplicationServerInternalException.class javax.resource.spi.AuthenticationMechanism.class javax.resource.spi.BootstrapContext.class javax.resource.spi.CommException.class javax.resource.spi.ConfigProperty.class javax.resource.spi.ConnectionDefinition.class javax.resource.spi.ConnectionDefinitions.class javax.resource.spi.ConnectionEvent.class javax.resource.spi.ConnectionEventListener.class javax.resource.spi.ConnectionManager.class javax.resource.spi.ConnectionRequestInfo.class javax.resource.spi.Connector.class javax.resource.spi.DissociatableManagedConnection.class javax.resource.spi.EISSystemException.class javax.resource.spi.IllegalStateException.class javax.resource.spi.InvalidPropertyException.class javax.resource.spi.LazyAssociatableConnectionManager.class javax.resource.spi.LazyEnlistableConnectionManager.class javax.resource.spi.LazyEnlistableManagedConnection.class javax.resource.spi.LocalTransaction.class javax.resource.spi.LocalTransactionException.class javax.resource.spi.ManagedConnection.class javax.resource.spi.ManagedConnectionFactory.class javax.resource.spi.ManagedConnectionMetaData.class javax.resource.spi.ResourceAdapter.class javax.resource.spi.ResourceAdapterAssociation.class javax.resource.spi.ResourceAdapterInternalException.class javax.resource.spi.ResourceAllocationException.class javax.resource.spi.RetryableException.class javax.resource.spi.RetryableUnavailableException.class javax.resource.spi.SecurityException.class javax.resource.spi.SecurityPermission.class javax.resource.spi.SharingViolationException.class javax.resource.spi.TransactionSupport.class javax.resource.spi.UnavailableException.class javax.resource.spi.ValidatingManagedConnectionFactory.class javax.resource.spi.XATerminator.class javax.resource.spi.endpoint.MessageEndpoint.class javax.resource.spi.endpoint.MessageEndpointFactory.class javax.resource.spi.security.GenericCredential.class javax.resource.spi.security.PasswordCredential.class javax.resource.spi.work.DistributableWork.class javax.resource.spi.work.DistributableWorkManager.class javax.resource.spi.work.ExecutionContext.class javax.resource.spi.work.HintsContext.class javax.resource.spi.work.RetryableWorkRejectedException.class javax.resource.spi.work.SecurityContext.class javax.resource.spi.work.TransactionContext.class javax.resource.spi.work.Work.class javax.resource.spi.work.WorkAdapter.class javax.resource.spi.work.WorkCompletedException.class javax.resource.spi.work.WorkContext.class javax.resource.spi.work.WorkContextErrorCodes.class javax.resource.spi.work.WorkContextLifecycleListener.class javax.resource.spi.work.WorkContextProvider.class javax.resource.spi.work.WorkEvent.class javax.resource.spi.work.WorkException.class javax.resource.spi.work.WorkListener.class javax.resource.spi.work.WorkManager.class javax.resource.spi.work.WorkRejectedException.class
ironjacamar-spec-api-1.0.10.final.pom file content.
<!-- * JBoss, Home of Professional Open Source. * Copyright 2010, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this software; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. --> <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.jboss.ironjacamar</groupId> <artifactId>ironjacamar-spec-api</artifactId> <packaging>jar</packaging> <version>1.0.10.Final</version> <name>IronJacamar</name> <url>http://www.jboss.org/ironjacamar</url> <description> IronJacamar is an implementation of the Java EE Connector Architecture 1.6 specification </description> <licenses> <license> <name>lgpl</name> <url>http://repository.jboss.org/licenses/lgpl.txt</url> </license> </licenses> <organization> <name>JBoss, by Red Hat</name> <url>http://www.jboss.org</url> </organization> <scm> <url>http://fisheye.jboss.org/browse/JBossAS/projects/jboss-jca/</url> <connection>http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk</connection> <developerConnection>https://svn.jboss.org/repos/jbossas/projects/jboss-jca/trunk</developerConnection> </scm> <developers> <developer> <id>jesper.pedersen</id> <name>Jesper Pedersen</name> <organization>JBoss, by Red Hat</organization> </developer> <developer> <id>jeff.zhang</id> <name>Jeff Zhang</name> <organization>JBoss, by Red Hat</organization> </developer> <developer> <id>maeste</id> <name>Stefano Maestri</name> <organization>JBoss, by Red Hat</organization> </developer> </developers> <dependencies> <dependency> <groupId>org.jboss.spec.javax.transaction</groupId> <artifactId>jboss-transaction-api_1.1_spec</artifactId> <version>1.0.1.Final</version> <scope>runtime</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.jboss.ironjacamar</groupId> <artifactId>ironjacamar-spec-api</artifactId> <version>1.0.10.final</version> </dependency>
If you think the following ironjacamar-spec-api-1.0.10.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download ironjacamar-spec-api-1.0.10.final.jar file