Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.mtvi |
ArtifactId | ArtifactIdmaster-public-maven-plugin |
Version | Version16 |
Type | Typepom |
Filename | Size |
---|---|
master-public-maven-plugin-16.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mtvi/master-public-maven-plugin/ -->
<dependency>
<groupId>com.mtvi</groupId>
<artifactId>master-public-maven-plugin</artifactId>
<version>16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mtvi/master-public-maven-plugin/
implementation 'com.mtvi:master-public-maven-plugin:16'
// https://jarcasting.com/artifacts/com.mtvi/master-public-maven-plugin/
implementation ("com.mtvi:master-public-maven-plugin:16")
'com.mtvi:master-public-maven-plugin:pom:16'
<dependency org="com.mtvi" name="master-public-maven-plugin" rev="16">
<artifact name="master-public-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mtvi', module='master-public-maven-plugin', version='16')
)
libraryDependencies += "com.mtvi" % "master-public-maven-plugin" % "16"
[com.mtvi/master-public-maven-plugin "16"]