Download weld-se-core-1.1.0.final.jar file

Introduction

You can download weld-se-core-1.1.0.final.jar in this page.

License

Apache License, Version 2.0

Type List

weld-se-core-1.1.0.final.jar file has the following types.

META-INF/DEPENDENCIES.txt
META-INF/LICENSE.txt
META-INF/MANIFEST.MF
META-INF/maven/org.jboss.weld.se/weld-se-core/pom.properties
META-INF/maven/org.jboss.weld.se/weld-se-core/pom.xml
META-INF/services/javax.enterprise.inject.spi.Extension
log4j.xml
org.jboss.weld.environment.se.ShutdownManager.class
org.jboss.weld.environment.se.StartMain.class
org.jboss.weld.environment.se.Weld.class
org.jboss.weld.environment.se.WeldContainer.class
org.jboss.weld.environment.se.WeldSEBeanRegistrant.class
org.jboss.weld.environment.se.beans.InstanceManager.class
org.jboss.weld.environment.se.beans.ParametersFactory.class
org.jboss.weld.environment.se.bindings.Parameters.class
org.jboss.weld.environment.se.contexts.ThreadContext.class
org.jboss.weld.environment.se.contexts.ThreadScoped.class
org.jboss.weld.environment.se.discovery.AbstractWeldSEBeanDeploymentArchive.class
org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment.class
org.jboss.weld.environment.se.discovery.ImmutableBeanDeploymentArchive.class
org.jboss.weld.environment.se.discovery.url.ClasspathScanningException.class
org.jboss.weld.environment.se.discovery.url.FileSystemURLHandler.class
org.jboss.weld.environment.se.discovery.url.URLScanner.class
org.jboss.weld.environment.se.discovery.url.WeldSEResourceLoader.class
org.jboss.weld.environment.se.discovery.url.WeldSEUrlDeployment.class
org.jboss.weld.environment.se.events.ContainerInitialized.class
org.jboss.weld.environment.se.threading.RunnableDecorator.class

Pom

weld-se-core-1.1.0.final.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>
      <artifactId>weld-core-parent</artifactId>
      <groupId>org.jboss.weld</groupId>
      <version>1.1.0.Final</version>
      <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.weld.se</groupId>
   <artifactId>weld-se-core</artifactId>
   <packaging>jar</packaging>
   <name>Weld SE (Core)</name>

   <description>Weld support for Java SE</description>
   
   <url>http://www.seamframework.org/Weld</url>
   <licenses>
      <license>
         <name>Apache License, Version 2.0</name>
         <distribution>repo</distribution>
         <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
      </license>
   </licenses>

   <developers>
      <developer>
         <name>Pete Royle</name>
         <roles>
            <role>Module lead</role>
         </roles>
      </developer>
   </developers>

   <dependencies>
      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <scope>test</scope>
      </dependency>

      <dependency>
         <groupId>org.jboss.weld</groupId>
         <artifactId>weld-spi</artifactId>
         <exclusions>
            <exclusion>
               <groupId>javax.jms</groupId>
               <artifactId>jms</artifactId>
            </exclusion>
            <exclusion>
               <groupId>javax.ejb</groupId>
               <artifactId>ejb-api</artifactId>
            </exclusion>
            <exclusion>
               <groupId>javax.jta</groupId>
               <artifactId>transaction-api</artifactId>
            </exclusion>
         </exclusions>
      </dependency>

      <dependency>
         <groupId>org.jboss.weld</groupId>
         <artifactId>weld-core</artifactId>
      </dependency>

      <dependency>
         <groupId>javax.enterprise</groupId>
         <artifactId>cdi-api</artifactId>
      </dependency>

      <dependency>
         <groupId>javax.el</groupId>
         <artifactId>el-api</artifactId>
      </dependency>
      
      <!-- WELD-203 -->
      <dependency>
         <groupId>javax.annotation</groupId>
         <artifactId>jsr250-api</artifactId>
      </dependency>
      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-simple</artifactId>
         <scope>test</scope>
      </dependency>
   </dependencies>

   <build>
      <plugins>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-jar-plugin</artifactId>
            <configuration>
               <archive>
                  <manifest>
                     <mainClass>org.jboss.weld.environment.se.StartMain</mainClass>
                  </manifest>
               </archive>
            </configuration>
         </plugin>
      </plugins>
   </build>
   
</project>

POM Entry

<dependency>
   <groupId>org.jboss.weld.se</groupId>
   <artifactId>weld-se-core</artifactId>
   <version>1.1.0.final</version>
</dependency>

Download

If you think the following weld-se-core-1.1.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download weld-se-core-1.1.0.final.jar file




PreviousNext

Related