is not current version
Last Version 1.0.1

net.yetamine:maven-plugin 1.0.0

Parent POM for Maven plugin projects.

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.yetamine
ArtifactId

ArtifactId

maven-plugin
Version

Version

1.0.0
Type

Type

pom

Download maven-plugin 1.0.0

Filename Size
maven-plugin-1.0.0.pom 4 KB
Browse

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