is not current version
Last Version 1.0.0-CR2

org.jboss.weld:weld-extensions-parent 1.0.0-CR1

Parent POM for Weld Extensions modules, inherited by all Weld Extensions projects.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.weld
ArtifactId

ArtifactId

weld-extensions-parent
Version

Version

1.0.0-CR1
Type

Type

pom

Download weld-extensions-parent 1.0.0-CR1


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