| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.robertboothby |
| ArtifactId | ArtifactIdmaven-plugin-parent |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMojo Parent POM
This is the parent pom for all MOJO development within the com.robertboothby namespace
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| maven-plugin-parent-0.1.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.robertboothby/maven-plugin-parent/ -->
<dependency>
<groupId>com.robertboothby</groupId>
<artifactId>maven-plugin-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby/maven-plugin-parent/
implementation 'com.robertboothby:maven-plugin-parent:0.1.0'
// https://jarcasting.com/artifacts/com.robertboothby/maven-plugin-parent/
implementation ("com.robertboothby:maven-plugin-parent:0.1.0")
'com.robertboothby:maven-plugin-parent:pom:0.1.0'
<dependency org="com.robertboothby" name="maven-plugin-parent" rev="0.1.0">
<artifact name="maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby', module='maven-plugin-parent', version='0.1.0')
)
libraryDependencies += "com.robertboothby" % "maven-plugin-parent" % "0.1.0"
[com.robertboothby/maven-plugin-parent "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.5.1 |
| org.apache.maven : maven-core | jar | 3.5.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |