is not current version
Last Version 0.8.22

com.thesett:maven2-plugins 0.8.18

Build pom for custom maven plugins.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

maven2-plugins
Version

Version

0.8.18
Type

Type

pom

Download maven2-plugins 0.8.18


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