is not current version
Last Version 22

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

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

13
Type

Type

pom

Download master-public-maven-plugin 13


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