License |
License |
---|---|
Categories |
CategoriesContainer |
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdcontainer-test |
Version | Version8.7.17 |
Type | Typejar |
Description |
DescriptionParent artifact for all Vespa maven projects.
|
Filename | Size |
---|---|
container-test-8.7.17.pom | |
container-test-8.7.17.jar | 2 KB |
container-test-8.7.17-sources.jar | 4 KB |
container-test-8.7.17-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/container-test/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-test</artifactId>
<version>8.7.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/container-test/
implementation 'com.yahoo.vespa:container-test:8.7.17'
// https://jarcasting.com/artifacts/com.yahoo.vespa/container-test/
implementation ("com.yahoo.vespa:container-test:8.7.17")
'com.yahoo.vespa:container-test:jar:8.7.17'
<dependency org="com.yahoo.vespa" name="container-test" rev="8.7.17">
<artifact name="container-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='container-test', version='8.7.17')
)
libraryDependencies += "com.yahoo.vespa" % "container-test" % "8.7.17"
[com.yahoo.vespa/container-test "8.7.17"]