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