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