is not current version
Last Version 5.0.SP2

org.jboss.weld:weld-api-parent 1.0-CR1

APIs for CDI and Weld, the reference implementation of JSR 299: Contexts and Dependency Injection for Java EE

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.weld
ArtifactId

ArtifactId

weld-api-parent
Version

Version

1.0-CR1
Type

Type

pom

Download weld-api-parent 1.0-CR1


<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-api-parent/ -->
<dependency>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-api-parent</artifactId>
    <version>1.0-CR1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-api-parent/
implementation 'org.jboss.weld:weld-api-parent:1.0-CR1'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-api-parent/
implementation ("org.jboss.weld:weld-api-parent:1.0-CR1")
'org.jboss.weld:weld-api-parent:pom:1.0-CR1'
<dependency org="org.jboss.weld" name="weld-api-parent" rev="1.0-CR1">
  <artifact name="weld-api-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-api-parent', version='1.0-CR1')
)
libraryDependencies += "org.jboss.weld" % "weld-api-parent" % "1.0-CR1"
[org.jboss.weld/weld-api-parent "1.0-CR1"]