is not current version
Last Version 0.2

no.bekk.bekkopen.cde:parent 0.1

Example Java webapp infrastructure for Continuous Delivery.

GroupId

GroupId

no.bekk.bekkopen.cde
ArtifactId

ArtifactId

parent
Version

Version

0.1
Type

Type

pom

Download parent 0.1

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"]