| License |
License
lgpl
|
|---|---|
| Categories |
CategoriesJBoss Container Application Servers |
| GroupId | GroupIdjboss |
| ArtifactId | ArtifactIdjboss-parent |
| Last Version | Last Version2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJBoss Parent POM
Parent POM for all JBoss Projects. Provides default project build
configuration.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jboss-parent-2.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jboss/jboss-parent/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jboss/jboss-parent/
implementation 'jboss:jboss-parent:2'
// https://jarcasting.com/artifacts/jboss/jboss-parent/
implementation ("jboss:jboss-parent:2")
'jboss:jboss-parent:pom:2'
<dependency org="jboss" name="jboss-parent" rev="2">
<artifact name="jboss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jboss-parent', version='2')
)
libraryDependencies += "jboss" % "jboss-parent" % "2"
[jboss/jboss-parent "2"]