License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.veithen.maven |
ArtifactId | ArtifactIdmojo-aspects |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent POM for com.github.veithen
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mojo-aspects-0.1.pom | |
mojo-aspects-0.1.jar | 18 KB |
mojo-aspects-0.1-xdoc.jar | 1 KB |
mojo-aspects-0.1-sources.jar | 12 KB |
mojo-aspects-0.1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.maven/mojo-aspects/ -->
<dependency>
<groupId>com.github.veithen.maven</groupId>
<artifactId>mojo-aspects</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.maven/mojo-aspects/
implementation 'com.github.veithen.maven:mojo-aspects:0.1'
// https://jarcasting.com/artifacts/com.github.veithen.maven/mojo-aspects/
implementation ("com.github.veithen.maven:mojo-aspects:0.1")
'com.github.veithen.maven:mojo-aspects:jar:0.1'
<dependency org="com.github.veithen.maven" name="mojo-aspects" rev="0.1">
<artifact name="mojo-aspects" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.maven', module='mojo-aspects', version='0.1')
)
libraryDependencies += "com.github.veithen.maven" % "mojo-aspects" % "0.1"
[com.github.veithen.maven/mojo-aspects "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.0 |
org.apache.maven : maven-core | jar | 3.0 |
org.apache.maven.shared : maven-artifact-transfer | jar | 0.9.1 |
org.aspectj : aspectjrt | jar | 1.8.9 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.2 |