| Categories |
CategoriesJBoss Container Application Servers |
|---|---|
| GroupId | GroupIdjboss |
| ArtifactId | ArtifactIdjboss-parent |
| Version | Version1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jboss-parent-1.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jboss/jboss-parent/ -->
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jboss/jboss-parent/
implementation 'jboss:jboss-parent:1'
// https://jarcasting.com/artifacts/jboss/jboss-parent/
implementation ("jboss:jboss-parent:1")
'jboss:jboss-parent:pom:1'
<dependency org="jboss" name="jboss-parent" rev="1">
<artifact name="jboss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jboss-parent', version='1')
)
libraryDependencies += "jboss" % "jboss-parent" % "1"
[jboss/jboss-parent "1"]