License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.veithen.maven.shared |
ArtifactId | ArtifactIdaggregating-mojo |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent POM for com.github.veithen
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aggregating-mojo-0.2.0.pom | |
aggregating-mojo-0.2.0.jar | 15 KB |
aggregating-mojo-0.2.0-sources.jar | 13 KB |
aggregating-mojo-0.2.0-source-release.zip | 15 KB |
aggregating-mojo-0.2.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.maven.shared/aggregating-mojo/ -->
<dependency>
<groupId>com.github.veithen.maven.shared</groupId>
<artifactId>aggregating-mojo</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.maven.shared/aggregating-mojo/
implementation 'com.github.veithen.maven.shared:aggregating-mojo:0.2.0'
// https://jarcasting.com/artifacts/com.github.veithen.maven.shared/aggregating-mojo/
implementation ("com.github.veithen.maven.shared:aggregating-mojo:0.2.0")
'com.github.veithen.maven.shared:aggregating-mojo:jar:0.2.0'
<dependency org="com.github.veithen.maven.shared" name="aggregating-mojo" rev="0.2.0">
<artifact name="aggregating-mojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.maven.shared', module='aggregating-mojo', version='0.2.0')
)
libraryDependencies += "com.github.veithen.maven.shared" % "aggregating-mojo" % "0.2.0"
[com.github.veithen.maven.shared/aggregating-mojo "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.8.3 |
org.apache.maven : maven-core | jar | 3.8.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.1 |