is not current version
Last Version 5.0.SP2

org.jboss.weld:weld-api-parent 3.0.Alpha14

APIs for Weld, the reference implementation of 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

3.0.Alpha14
Type

Type

pom

Download weld-api-parent 3.0.Alpha14


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