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