| License | License | 
|---|---|
| GroupId | GroupIdorg.unidal.foundation | 
| ArtifactId | ArtifactIdparent | 
| Last Version | Last Version6.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionFoundation Parent POM Unidal Parent | 
| Project Organization | Project OrganizationUnidal Organization | 
| Filename | Size | 
|---|---|
| parent-6.0.0.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.unidal.foundation/parent/ -->
<dependency>
    <groupId>org.unidal.foundation</groupId>
    <artifactId>parent</artifactId>
    <version>6.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.unidal.foundation/parent/
implementation 'org.unidal.foundation:parent:6.0.0'// https://jarcasting.com/artifacts/org.unidal.foundation/parent/
implementation ("org.unidal.foundation:parent:6.0.0")'org.unidal.foundation:parent:pom:6.0.0'<dependency org="org.unidal.foundation" name="parent" rev="6.0.0">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.unidal.foundation', module='parent', version='6.0.0')
)libraryDependencies += "org.unidal.foundation" % "parent" % "6.0.0"[org.unidal.foundation/parent "6.0.0"]