is not current version
Last Version 5.0.SP2

org.jboss.weld:weld-api 1.0-CR2

Weld specifc extensions to the CDI API

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.weld
ArtifactId

ArtifactId

weld-api
Version

Version

1.0-CR2
Type

Type

jar

Download weld-api 1.0-CR2


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