GroupId | GroupIdno.bekk.bekkopen.cde |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.1.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/parent/ -->
<dependency>
<groupId>no.bekk.bekkopen.cde</groupId>
<artifactId>parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/parent/
implementation 'no.bekk.bekkopen.cde:parent:0.1'
// https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/parent/
implementation ("no.bekk.bekkopen.cde:parent:0.1")
'no.bekk.bekkopen.cde:parent:pom:0.1'
<dependency org="no.bekk.bekkopen.cde" name="parent" rev="0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.bekk.bekkopen.cde', module='parent', version='0.1')
)
libraryDependencies += "no.bekk.bekkopen.cde" % "parent" % "0.1"
[no.bekk.bekkopen.cde/parent "0.1"]