| 组织ID: |
org.jboss.weld |
| 项目ID: |
weld-spi |
| 版本: |
1.0-CR4 |
| 最后修改时间: |
2019-10-23 03:04:11 |
| 包类型: |
jar |
| 标题: |
Weld SPIs for container integration |
| 大小: |
49.50KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-spi</artifactId>
<version>1.0-CR4</version>
</dependency>
|
| Gradle引入代码: |
org.jboss.weld:weld-spi:1.0-CR4
|
| 下载Jar包: |
|
| POM文件内容: |
<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-api-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.0-CR4</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-spi</artifactId>
<name>Weld SPIs for container integration</name>
<dependencies>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
<classifier>jdk15</classifier>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.interceptor</groupId>
<artifactId>jboss-interceptor-api</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jboss.weld.bootstrap.api.Bootstrap.class
org.jboss.weld.bootstrap.api.Environment.class
org.jboss.weld.bootstrap.api.Environments$1.class
org.jboss.weld.bootstrap.api.Environments$EnvironmentBuilder.class
org.jboss.weld.bootstrap.api.Environments.class
org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap.class
org.jboss.weld.bootstrap.api.helpers.ForwardingLifecycle.class
org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry.class
org.jboss.weld.bootstrap.api.helpers.IsolatedStaticSingletonProvider$1.class
org.jboss.weld.bootstrap.api.helpers.IsolatedStaticSingletonProvider$IsolatedStaticSingleton.class
org.jboss.weld.bootstrap.api.helpers.IsolatedStaticSingletonProvider.class
org.jboss.weld.bootstrap.api.helpers.ServiceRegistries$1.class
org.jboss.weld.bootstrap.api.helpers.ServiceRegistries.class
org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry$1.class
org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry$ValueIterator.class
org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry.class
org.jboss.weld.bootstrap.api.helpers.TCCLSingletonProvider$1.class
org.jboss.weld.bootstrap.api.helpers.TCCLSingletonProvider$TCCLSingleton$1.class
org.jboss.weld.bootstrap.api.helpers.TCCLSingletonProvider$TCCLSingleton.class
org.jboss.weld.bootstrap.api.helpers.TCCLSingletonProvider.class
org.jboss.weld.bootstrap.api.Lifecycle.class
org.jboss.weld.bootstrap.api.Service.class
org.jboss.weld.bootstrap.api.ServiceRegistry.class
org.jboss.weld.bootstrap.api.Singleton.class
org.jboss.weld.bootstrap.api.SingletonProvider.class
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive.class
org.jboss.weld.bootstrap.spi.Deployment.class
org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive.class
org.jboss.weld.context.api.BeanStore.class
org.jboss.weld.context.api.ContextualInstance.class
org.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore.class
org.jboss.weld.context.api.helpers.ConcurrentHashMapBeanStore.class
org.jboss.weld.context.api.helpers.ForwardingBeanStore.class
org.jboss.weld.ejb.api.SessionObjectReference.class
org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor.class
org.jboss.weld.ejb.spi.EjbDescriptor.class
org.jboss.weld.ejb.spi.EjbServices.class
org.jboss.weld.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor.class
org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor.class
org.jboss.weld.ejb.spi.helpers.ForwardingEjbServices.class
org.jboss.weld.ejb.spi.InterceptorBindings.class
org.jboss.weld.injection.spi.EjbInjectionServices.class
org.jboss.weld.injection.spi.helpers.AbstractResourceServices.class
org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices.class
org.jboss.weld.injection.spi.helpers.ForwardingResourceInjectionServices.class
org.jboss.weld.injection.spi.InjectionContext.class
org.jboss.weld.injection.spi.InjectionServices.class
org.jboss.weld.injection.spi.JpaInjectionServices.class
org.jboss.weld.injection.spi.ResourceInjectionServices.class
org.jboss.weld.manager.api.ExecutorServices.class
org.jboss.weld.manager.api.WeldManager.class
org.jboss.weld.resources.spi.helpers.ForwardingResourceLoader.class
org.jboss.weld.resources.spi.ResourceLoader.class
org.jboss.weld.resources.spi.ResourceLoadingException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
|