GroupId | GroupIdes.prodevelop |
---|---|
ArtifactId | ArtifactIdbuild |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
build-1.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.prodevelop/build/ -->
<dependency>
<groupId>es.prodevelop</groupId>
<artifactId>build</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/es.prodevelop/build/
implementation 'es.prodevelop:build:1.0.0'
// https://jarcasting.com/artifacts/es.prodevelop/build/
implementation ("es.prodevelop:build:1.0.0")
'es.prodevelop:build:pom:1.0.0'
<dependency org="es.prodevelop" name="build" rev="1.0.0">
<artifact name="build" type="pom" />
</dependency>
@Grapes(
@Grab(group='es.prodevelop', module='build', version='1.0.0')
)
libraryDependencies += "es.prodevelop" % "build" % "1.0.0"
[es.prodevelop/build "1.0.0"]