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