Download jboss-ejb3-ext-api-2.0.0.jar file

Introduction

You can download jboss-ejb3-ext-api-2.0.0.jar in this page.

License

JBoss Open Source

Type List

jboss-ejb3-ext-api-2.0.0.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.jboss.ejb3/jboss-ejb3-ext-api/pom.properties
META-INF/maven/org.jboss.ejb3/jboss-ejb3-ext-api/pom.xml
org.jboss.ejb3.annotation.Cache.class
org.jboss.ejb3.annotation.Clustered.class
org.jboss.ejb3.annotation.Pool.class
org.jboss.ejb3.annotation.ResourceAdapter.class
org.jboss.ejb3.annotation.RunAsPrincipal.class
org.jboss.ejb3.annotation.SecurityDomain.class
org.jboss.ejb3.annotation.TransactionTimeout.class

Pom

jboss-ejb3-ext-api-2.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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</groupId>
      <artifactId>jboss-parent</artifactId>
      <version>7</version>
   </parent>

   <modelVersion>4.0.0</modelVersion>

   <groupId>org.jboss.ejb3</groupId>
   <artifactId>jboss-ejb3-ext-api</artifactId>
   <version>2.0.0</version>
   <name>JBoss EJB 3 Extension API</name>
   <description>JBoss EJB 3 API for Bean Providers</description>
   <url>http://www.jboss.org/ejb3/</url>

   <developers>
      <developer>
         <name>Carlo de Wolf</name>
         <email>cdewolf@redhat.com</email>
         <organization>JBoss, a division of Red Hat, Inc.</organization>
         <organizationUrl>http://www.jboss.com</organizationUrl>
         <roles>
            <role>Project Lead</role>
         </roles>
         <timezone>+1</timezone>
      </developer>
      <developer>
         <name>Andrew Lee Rubinger</name>
         <email>andrew.rubinger@redhat.com</email>
         <organization>JBoss, a division of Red Hat, Inc.</organization>
         <organizationUrl>http://www.jboss.com</organizationUrl>
         <roles>
            <role>Developer</role>
         </roles>
         <timezone>-5</timezone>
      </developer>
      <developer>
         <name>Jaikiran Pai</name>
         <email>jpai@redhat.com</email>
         <organization>JBoss, a division of Red Hat, Inc.</organization>
         <organizationUrl>http://www.jboss.com</organizationUrl>
         <roles>
            <role>Developer</role>
         </roles>
         <timezone>+5:30</timezone>
      </developer>
   </developers>

   <issueManagement>
      <system>jira</system>
      <url>https://issues.jboss.org/browse/EJBTHREE</url>
   </issueManagement>

   <scm>
      <connection>scm:git:git://github.com/jbossejb3/jboss-ejb3-ext-api.git</connection>
      <developerConnection>scm:git:git@github.com:jbossejb3/jboss-ejb3-ext-api.git</developerConnection>
      <url>http://github.com/jbossejb3/jboss-ejb3-ext-api</url>
   </scm>
</project>

POM Entry

<dependency>
   <groupId>org.jboss.ejb3</groupId>
   <artifactId>jboss-ejb3-ext-api</artifactId>
   <version>2.0.0</version>
</dependency>

Download

If you think the following jboss-ejb3-ext-api-2.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jboss-ejb3-ext-api-2.0.0.jar file




PreviousNext

Related