| 组织ID: |
org.jboss.weld |
| 项目ID: |
weld-api |
| 版本: |
1.0-SP1 |
| 最后修改时间: |
2018-07-24 04:24:56 |
| 包类型: |
jar |
| 标题: |
Weld APIs |
| 描述: |
Weld specifc extensions to the CDI API |
| 相关URL: |
http://www.seamframework.org/Weld |
| 大小: |
4.56KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api</artifactId>
<version>1.0-SP1</version>
</dependency>
|
| Gradle引入代码: |
org.jboss.weld:weld-api:1.0-SP1
|
| 下载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-SP1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api</artifactId>
<name>Weld APIs</name>
<description>Weld specifc extensions to the CDI API</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>
<dependencies>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/api/tags/1.0-SP1/weld</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/api/tags/1.0-SP1/weld</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/api/tags/1.0-SP1/weld</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jboss.weld.conversation.ConversationConcurrentAccessTimeout.class
org.jboss.weld.conversation.ConversationIdGenerator.class
org.jboss.weld.conversation.ConversationIdName.class
org.jboss.weld.conversation.ConversationInactivityTimeout.class
org.jboss.weld.conversation.ConversationManager.class
META-INF/maven/org.jboss.weld/weld-api/pom.xml
META-INF/maven/org.jboss.weld/weld-api/pom.properties
|
| 依赖Jar: |
|