License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.weld |
ArtifactId | ArtifactIdweld-parent |
Last Version | Last Version46 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWeld Parent
The parent POM for Weld, specifying the build parameters
|
Project URL |
Project URL |
Filename | Size |
---|---|
weld-parent-46.pom | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-parent/ -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
<version>46</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-parent/
implementation 'org.jboss.weld:weld-parent:46'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-parent/
implementation ("org.jboss.weld:weld-parent:46")
'org.jboss.weld:weld-parent:pom:46'
<dependency org="org.jboss.weld" name="weld-parent" rev="46">
<artifact name="weld-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-parent', version='46')
)
libraryDependencies += "org.jboss.weld" % "weld-parent" % "46"
[org.jboss.weld/weld-parent "46"]