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