Maven Plugins Template Plugin Core JAR

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
Last Version

Last Version

0.0.1
Release Date

Release Date

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

How to add to project

<!-- 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.

maven-plugins-template-common

Common collection of classes for creating Maven Plugins using templating libs

Build Status

Dependency

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.nerdynick</groupId>
            <artifactId>maven-plugins-template-plugin-bom</artifactId>
            <version>${version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

<dependencies>
    <dependency>
        <groupId>com.nerdynick</groupId>
        <artifactId>maven-plugins-template-plugin-core</artifactId>
    </dependency>
    <dependency>
        <groupId>com.nerdynick</groupId>
        <artifactId>maven-plugins-template-plugin-test</artifactId>
        <scope>test</scope>
    </dependency>
</dependencies>

Versions

Version
0.0.1