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