| License | License | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers | 
| GroupId | GroupIdorg.jboss.hal | 
| ArtifactId | ArtifactIdhal-parent | 
| Last Version | Last Version3.6.0.Final | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionHAL :: Parent WildFly / EAP management console | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| hal-parent-3.6.0.Final.pom | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.hal/hal-parent/ -->
<dependency>
    <groupId>org.jboss.hal</groupId>
    <artifactId>hal-parent</artifactId>
    <version>3.6.0.Final</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.jboss.hal/hal-parent/
implementation 'org.jboss.hal:hal-parent:3.6.0.Final'// https://jarcasting.com/artifacts/org.jboss.hal/hal-parent/
implementation ("org.jboss.hal:hal-parent:3.6.0.Final")'org.jboss.hal:hal-parent:pom:3.6.0.Final'<dependency org="org.jboss.hal" name="hal-parent" rev="3.6.0.Final">
  <artifact name="hal-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.jboss.hal', module='hal-parent', version='3.6.0.Final')
)libraryDependencies += "org.jboss.hal" % "hal-parent" % "3.6.0.Final"[org.jboss.hal/hal-parent "3.6.0.Final"]