| GroupId | GroupIdcom.yahoo.vespa |
|---|---|
| ArtifactId | ArtifactIdstatistics |
| Version | Version6.308.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| statistics-6.308.12.pom | |
| statistics-6.308.12.jar | 55 KB |
| statistics-6.308.12-sources.jar | 31 KB |
| statistics-6.308.12-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/statistics/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>statistics</artifactId>
<version>6.308.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/statistics/
implementation 'com.yahoo.vespa:statistics:6.308.12'
// https://jarcasting.com/artifacts/com.yahoo.vespa/statistics/
implementation ("com.yahoo.vespa:statistics:6.308.12")
'com.yahoo.vespa:statistics:jar:6.308.12'
<dependency org="com.yahoo.vespa" name="statistics" rev="6.308.12">
<artifact name="statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='statistics', version='6.308.12')
)
libraryDependencies += "com.yahoo.vespa" % "statistics" % "6.308.12"
[com.yahoo.vespa/statistics "6.308.12"]