Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdcontainer-test |
Version | Version7.414.19 |
Type | Typejar |
Filename | Size |
---|---|
container-test-7.414.19.pom | |
container-test-7.414.19.jar | 2 KB |
container-test-7.414.19-sources.jar | 3 KB |
container-test-7.414.19-javadoc.jar | 469 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/container-test/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-test</artifactId>
<version>7.414.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/container-test/
implementation 'com.yahoo.vespa:container-test:7.414.19'
// https://jarcasting.com/artifacts/com.yahoo.vespa/container-test/
implementation ("com.yahoo.vespa:container-test:7.414.19")
'com.yahoo.vespa:container-test:jar:7.414.19'
<dependency org="com.yahoo.vespa" name="container-test" rev="7.414.19">
<artifact name="container-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='container-test', version='7.414.19')
)
libraryDependencies += "com.yahoo.vespa" % "container-test" % "7.414.19"
[com.yahoo.vespa/container-test "7.414.19"]