is not current version
Last Version 22

com.mtvi:master-public-maven-plugin 14

Master organizational POM for Public Maven Plugin projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.mtvi
ArtifactId

ArtifactId

master-public-maven-plugin
Version

Version

14
Type

Type

pom

Download master-public-maven-plugin 14


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