License |
License |
---|---|
GroupId | GroupIdno.bekk.bekkopen.cde |
ArtifactId | ArtifactIdparent |
Version | Version0.2 |
Type | Typepom |
Description |
DescriptionBekk Open: Parent POM
Example Java webapp infrastructure for Continuous Delivery.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-0.2.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/parent/ -->
<dependency>
<groupId>no.bekk.bekkopen.cde</groupId>
<artifactId>parent</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/parent/
implementation 'no.bekk.bekkopen.cde:parent:0.2'
// https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/parent/
implementation ("no.bekk.bekkopen.cde:parent:0.2")
'no.bekk.bekkopen.cde:parent:pom:0.2'
<dependency org="no.bekk.bekkopen.cde" name="parent" rev="0.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.bekk.bekkopen.cde', module='parent', version='0.2')
)
libraryDependencies += "no.bekk.bekkopen.cde" % "parent" % "0.2"
[no.bekk.bekkopen.cde/parent "0.2"]