Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdmaven-plugins |
Version | Version7.509.14 |
Type | Typepom |
Filename | Size |
---|---|
maven-plugins-7.509.14.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/maven-plugins/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>maven-plugins</artifactId>
<version>7.509.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/maven-plugins/
implementation 'com.yahoo.vespa:maven-plugins:7.509.14'
// https://jarcasting.com/artifacts/com.yahoo.vespa/maven-plugins/
implementation ("com.yahoo.vespa:maven-plugins:7.509.14")
'com.yahoo.vespa:maven-plugins:pom:7.509.14'
<dependency org="com.yahoo.vespa" name="maven-plugins" rev="7.509.14">
<artifact name="maven-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='maven-plugins', version='7.509.14')
)
libraryDependencies += "com.yahoo.vespa" % "maven-plugins" % "7.509.14"
[com.yahoo.vespa/maven-plugins "7.509.14"]