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