Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.mtvi |
ArtifactId | ArtifactIdmaster-public-maven-plugin |
Version | Version19 |
Type | Typepom |
Filename | Size |
---|---|
master-public-maven-plugin-19.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>19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mtvi/master-public-maven-plugin/
implementation 'com.mtvi:master-public-maven-plugin:19'
// https://jarcasting.com/artifacts/com.mtvi/master-public-maven-plugin/
implementation ("com.mtvi:master-public-maven-plugin:19")
'com.mtvi:master-public-maven-plugin:pom:19'
<dependency org="com.mtvi" name="master-public-maven-plugin" rev="19">
<artifact name="master-public-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mtvi', module='master-public-maven-plugin', version='19')
)
libraryDependencies += "com.mtvi" % "master-public-maven-plugin" % "19"
[com.mtvi/master-public-maven-plugin "19"]