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