is not current version
Last Version 46

org.jboss.weld:weld-parent 5

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

5
Type

Type

pom

Download weld-parent 5

Filename Size
weld-parent-5.pom 18 KB
Browse

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