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