License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers config Application Layer Libs Configuration |
GroupId | GroupIdorg.jboss.weld |
ArtifactId | ArtifactIdweld-common-build-config |
Last Version | Last Version13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeld: Common Build Configuration
The parent POM for Weld, specifying the build parameters
|
Filename | Size |
---|---|
weld-common-build-config-13.pom | |
weld-common-build-config-13.jar | 7 KB |
weld-common-build-config-13-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.weld/weld-common-build-config/ -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-common-build-config</artifactId>
<version>13</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld/weld-common-build-config/
implementation 'org.jboss.weld:weld-common-build-config:13'
// https://jarcasting.com/artifacts/org.jboss.weld/weld-common-build-config/
implementation ("org.jboss.weld:weld-common-build-config:13")
'org.jboss.weld:weld-common-build-config:jar:13'
<dependency org="org.jboss.weld" name="weld-common-build-config" rev="13">
<artifact name="weld-common-build-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-common-build-config', version='13')
)
libraryDependencies += "org.jboss.weld" % "weld-common-build-config" % "13"
[org.jboss.weld/weld-common-build-config "13"]