| License |
License |
|---|---|
| GroupId | GroupIdcom.yahoo.vespa |
| ArtifactId | ArtifactIdparent |
| Version | Version7.421.25 |
| Type | Typepom |
| Description |
Descriptionparent
Parent artifact for all Vespa maven projects.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| parent-7.421.25.pom | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/parent/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
<version>7.421.25</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/parent/
implementation 'com.yahoo.vespa:parent:7.421.25'
// https://jarcasting.com/artifacts/com.yahoo.vespa/parent/
implementation ("com.yahoo.vespa:parent:7.421.25")
'com.yahoo.vespa:parent:pom:7.421.25'
<dependency org="com.yahoo.vespa" name="parent" rev="7.421.25">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='parent', version='7.421.25')
)
libraryDependencies += "com.yahoo.vespa" % "parent" % "7.421.25"
[com.yahoo.vespa/parent "7.421.25"]