Last Version

Maven Plugins Template Plugin Core JAR 0.0.1

Common collection of classes for creating Maven Plugins using templating libraries

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.nerdynick
ArtifactId

ArtifactId

maven-plugins-template-plugin-core
Version

Version

0.0.1
Type

Type

jar
Description

Description

Maven Plugins Template Plugin Core JAR
Common collection of classes for creating Maven Plugins using templating libraries

Download maven-plugins-template-plugin-core 0.0.1


<!-- 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"]

Dependencies

compile (6)

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

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (1)

Group / Artifact Type Version
com.nerdynick : maven-plugins-template-plugin-test jar

Project Modules

There are no modules declared in this project.