is not current version
Last Version 46

org.jboss.weld:weld-parent 20

The parent POM for Weld, specifying the build parameters

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.weld
ArtifactId

ArtifactId

weld-parent
Version

Version

20
Type

Type

pom

Download weld-parent 20

Filename Size
weld-parent-20.pom 31 KB
Browse

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