GroupId | GroupIdorg.codehaus.grepo |
---|---|
ArtifactId | ArtifactIdgrepo-query-commons |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-query-commons/ -->
<dependency>
<groupId>org.codehaus.grepo</groupId>
<artifactId>grepo-query-commons</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-query-commons/
implementation 'org.codehaus.grepo:grepo-query-commons:1.5.0'
// https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-query-commons/
implementation ("org.codehaus.grepo:grepo-query-commons:1.5.0")
'org.codehaus.grepo:grepo-query-commons:jar:1.5.0'
<dependency org="org.codehaus.grepo" name="grepo-query-commons" rev="1.5.0">
<artifact name="grepo-query-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.grepo', module='grepo-query-commons', version='1.5.0')
)
libraryDependencies += "org.codehaus.grepo" % "grepo-query-commons" % "1.5.0"
[org.codehaus.grepo/grepo-query-commons "1.5.0"]