License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.weld |
ArtifactId | ArtifactIdweld-api-parent |
Version | Version5.0.Alpha2 |
Type | Typepom |
Description |
DescriptionWeld APIs Parent
APIs for Weld, the reference implementation of Contexts and Dependency Injection for Java EE
|
Project URL |
Project URL |
Filename | Size |
---|---|
weld-api-parent-5.0.Alpha2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-api-parent/ -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-parent</artifactId>
<version>5.0.Alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-api-parent/
implementation 'org.jboss.weld:weld-api-parent:5.0.Alpha2'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-api-parent/
implementation ("org.jboss.weld:weld-api-parent:5.0.Alpha2")
'org.jboss.weld:weld-api-parent:pom:5.0.Alpha2'
<dependency org="org.jboss.weld" name="weld-api-parent" rev="5.0.Alpha2">
<artifact name="weld-api-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-api-parent', version='5.0.Alpha2')
)
libraryDependencies += "org.jboss.weld" % "weld-api-parent" % "5.0.Alpha2"
[org.jboss.weld/weld-api-parent "5.0.Alpha2"]