GroupId | GroupIdorg.codehaus.grepo |
---|---|
ArtifactId | ArtifactIdgrepo-statistics |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
grepo-statistics-1.5.2.pom | |
grepo-statistics-1.5.2.jar | 49 KB |
grepo-statistics-1.5.2-tests.jar | 10 KB |
grepo-statistics-1.5.2-test-sources.jar | 8 KB |
grepo-statistics-1.5.2-sources.jar | 35 KB |
grepo-statistics-1.5.2-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-statistics/ -->
<dependency>
<groupId>org.codehaus.grepo</groupId>
<artifactId>grepo-statistics</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-statistics/
implementation 'org.codehaus.grepo:grepo-statistics:1.5.2'
// https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-statistics/
implementation ("org.codehaus.grepo:grepo-statistics:1.5.2")
'org.codehaus.grepo:grepo-statistics:jar:1.5.2'
<dependency org="org.codehaus.grepo" name="grepo-statistics" rev="1.5.2">
<artifact name="grepo-statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.grepo', module='grepo-statistics', version='1.5.2')
)
libraryDependencies += "org.codehaus.grepo" % "grepo-statistics" % "1.5.2"
[org.codehaus.grepo/grepo-statistics "1.5.2"]