License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.weld |
ArtifactId | ArtifactIdweld-extensions-parent |
Last Version | Last Version1.0.0-CR2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWeld Extensions parent
Parent POM for Weld Extensions modules, inherited by all Weld Extensions projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
weld-extensions-parent-1.0.0-CR2.pom | 3 KB |
Browse |
<!-- 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-CR2</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-CR2'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-extensions-parent/
implementation ("org.jboss.weld:weld-extensions-parent:1.0.0-CR2")
'org.jboss.weld:weld-extensions-parent:pom:1.0.0-CR2'
<dependency org="org.jboss.weld" name="weld-extensions-parent" rev="1.0.0-CR2">
<artifact name="weld-extensions-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-extensions-parent', version='1.0.0-CR2')
)
libraryDependencies += "org.jboss.weld" % "weld-extensions-parent" % "1.0.0-CR2"
[org.jboss.weld/weld-extensions-parent "1.0.0-CR2"]