GroupId | GroupIdorg.codehaus.grepo |
---|---|
ArtifactId | ArtifactIdgrepo-query-commons |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
grepo-query-commons-1.0.0.pom | |
grepo-query-commons-1.0.0.jar | 32 KB |
grepo-query-commons-1.0.0-tests.jar | 1 KB |
grepo-query-commons-1.0.0-test-sources.jar | 327 bytes |
grepo-query-commons-1.0.0-sources.jar | 34 KB |
grepo-query-commons-1.0.0-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-query-commons/ -->
<dependency>
<groupId>org.codehaus.grepo</groupId>
<artifactId>grepo-query-commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-query-commons/
implementation 'org.codehaus.grepo:grepo-query-commons:1.0.0'
// https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-query-commons/
implementation ("org.codehaus.grepo:grepo-query-commons:1.0.0")
'org.codehaus.grepo:grepo-query-commons:jar:1.0.0'
<dependency org="org.codehaus.grepo" name="grepo-query-commons" rev="1.0.0">
<artifact name="grepo-query-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.grepo', module='grepo-query-commons', version='1.0.0')
)
libraryDependencies += "org.codehaus.grepo" % "grepo-query-commons" % "1.0.0"
[org.codehaus.grepo/grepo-query-commons "1.0.0"]