GroupId | GroupIdorg.codehaus.grepo |
---|---|
ArtifactId | ArtifactIdgrepo-core |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
grepo-core-1.5.1.pom | |
grepo-core-1.5.1.jar | 46 KB |
grepo-core-1.5.1-tests.jar | 13 KB |
grepo-core-1.5.1-test-sources.jar | 14 KB |
grepo-core-1.5.1-sources.jar | 47 KB |
grepo-core-1.5.1-javadoc.jar | 262 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-core/ -->
<dependency>
<groupId>org.codehaus.grepo</groupId>
<artifactId>grepo-core</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-core/
implementation 'org.codehaus.grepo:grepo-core:1.5.1'
// https://jarcasting.com/artifacts/org.codehaus.grepo/grepo-core/
implementation ("org.codehaus.grepo:grepo-core:1.5.1")
'org.codehaus.grepo:grepo-core:jar:1.5.1'
<dependency org="org.codehaus.grepo" name="grepo-core" rev="1.5.1">
<artifact name="grepo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.grepo', module='grepo-core', version='1.5.1')
)
libraryDependencies += "org.codehaus.grepo" % "grepo-core" % "1.5.1"
[org.codehaus.grepo/grepo-core "1.5.1"]