License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.nerdynick |
ArtifactId | ArtifactIdmaven-plugins-template-plugin-core |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionMaven Plugins Template Plugin Core JAR
Common collection of classes for creating Maven Plugins using templating libraries
|
<!-- https://jarcasting.com/artifacts/com.nerdynick/maven-plugins-template-plugin-core/ -->
<dependency>
<groupId>com.nerdynick</groupId>
<artifactId>maven-plugins-template-plugin-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nerdynick/maven-plugins-template-plugin-core/
implementation 'com.nerdynick:maven-plugins-template-plugin-core:0.0.1'
// https://jarcasting.com/artifacts/com.nerdynick/maven-plugins-template-plugin-core/
implementation ("com.nerdynick:maven-plugins-template-plugin-core:0.0.1")
'com.nerdynick:maven-plugins-template-plugin-core:jar:0.0.1'
<dependency org="com.nerdynick" name="maven-plugins-template-plugin-core" rev="0.0.1">
<artifact name="maven-plugins-template-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nerdynick', module='maven-plugins-template-plugin-core', version='0.0.1')
)
libraryDependencies += "com.nerdynick" % "maven-plugins-template-plugin-core" % "0.0.1"
[com.nerdynick/maven-plugins-template-plugin-core "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.6.1 |
org.apache.maven : maven-core | jar | 3.6.1 |
org.apache.maven : maven-artifact | jar | 3.6.1 |
org.apache.maven : maven-compat | jar | 3.6.1 |
org.apache.maven : maven-project | jar | 2.2.1 |
com.google.guava : guava | jar | 28.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
com.nerdynick : maven-plugins-template-plugin-test | jar |