Maven Plugins Template Plugin BOM

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

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Download maven-plugins-template-plugin-bom

How to add to project

<!-- https://jarcasting.com/artifacts/com.nerdynick/maven-plugins-template-plugin-bom/ -->
<dependency>
    <groupId>com.nerdynick</groupId>
    <artifactId>maven-plugins-template-plugin-bom</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nerdynick/maven-plugins-template-plugin-bom/
implementation 'com.nerdynick:maven-plugins-template-plugin-bom:0.0.1'
// https://jarcasting.com/artifacts/com.nerdynick/maven-plugins-template-plugin-bom/
implementation ("com.nerdynick:maven-plugins-template-plugin-bom:0.0.1")
'com.nerdynick:maven-plugins-template-plugin-bom:pom:0.0.1'
<dependency org="com.nerdynick" name="maven-plugins-template-plugin-bom" rev="0.0.1">
  <artifact name="maven-plugins-template-plugin-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nerdynick', module='maven-plugins-template-plugin-bom', version='0.0.1')
)
libraryDependencies += "com.nerdynick" % "maven-plugins-template-plugin-bom" % "0.0.1"
[com.nerdynick/maven-plugins-template-plugin-bom "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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