is not current version
Last Version 0.8.22

com.thesett:maven2-plugins 0.8.15

Build pom for custom maven plugins.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

maven2-plugins
Version

Version

0.8.15
Type

Type

pom

Download maven2-plugins 0.8.15


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