jboss-jca-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-jca-api</artifactId> <version>1.5.0.GA</version> </dependency>
<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"> <parent> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-javaee-parent</artifactId> <version>5.2.0.Beta1</version> <relativePath>../build/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-jca-api</artifactId> <version>1.5.0.GA</version> <packaging>jar</packaging> <name>JBoss J2EE Connector Architecture 1.5 API</name> <url>http://www.jboss.org</url> <description>The J2EE Connector Architecture 1.5 API classes</description> <dependencies> <!-- For SerialVersion --> <dependency> <groupId>org.jboss</groupId> <artifactId>jboss-common-core</artifactId> </dependency> </dependencies> </project>