Maven Repository - POM file for JEE ow2-connector-1.5-spec 1.0-M1 1.0-M1

Summary

Java EE: JCA API v1.5.

JCA API of Java EE 5.0.

Declaration

Here is the list of declaration for ow2-connector-1.5-spec. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.ow2.spec.ee</groupId>
   <artifactId>ow2-connector-1.5-spec</artifactId>
   <version>1.0-M1</version>
</dependency>

If you think this Maven repository POM file listing for ow2-connector-1.5-spec is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the ow2-connector-1.5-spec-1.0-M1.jar

javax.resource
javax.resource.cci
javax.resource.spi
javax.resource.spi.endpoint
javax.resource.spi.security
javax.resource.spi.work




POM File Source

Here is the content of the POM file.

<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.ow2.spec</groupId>
    <artifactId>ee</artifactId>
    <version>1.0-M1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.ow2.spec.ee</groupId>
  <artifactId>ow2-connector-1.5-spec</artifactId>
  <packaging>jar</packaging>
  <name>Java EE: JCA API v1.5</name>
  <description>JCA API of Java EE 5.0</description>
</project>