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