GroupId | GroupIdes.blackleg.nb.notifications |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.blackleg.nb.notifications/parent/ -->
<dependency>
<groupId>es.blackleg.nb.notifications</groupId>
<artifactId>parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/es.blackleg.nb.notifications/parent/
implementation 'es.blackleg.nb.notifications:parent:1.1.0'
// https://jarcasting.com/artifacts/es.blackleg.nb.notifications/parent/
implementation ("es.blackleg.nb.notifications:parent:1.1.0")
'es.blackleg.nb.notifications:parent:pom:1.1.0'
<dependency org="es.blackleg.nb.notifications" name="parent" rev="1.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='es.blackleg.nb.notifications', module='parent', version='1.1.0')
)
libraryDependencies += "es.blackleg.nb.notifications" % "parent" % "1.1.0"
[es.blackleg.nb.notifications/parent "1.1.0"]