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