Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdnet.yetamine |
ArtifactId | ArtifactIdmaven-plugin |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
maven-plugin-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.yetamine/maven-plugin/ -->
<dependency>
<groupId>net.yetamine</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.yetamine/maven-plugin/
implementation 'net.yetamine:maven-plugin:1.0.0'
// https://jarcasting.com/artifacts/net.yetamine/maven-plugin/
implementation ("net.yetamine:maven-plugin:1.0.0")
'net.yetamine:maven-plugin:pom:1.0.0'
<dependency org="net.yetamine" name="maven-plugin" rev="1.0.0">
<artifact name="maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.yetamine', module='maven-plugin', version='1.0.0')
)
libraryDependencies += "net.yetamine" % "maven-plugin" % "1.0.0"
[net.yetamine/maven-plugin "1.0.0"]