is not current version
Last Version 1.0.2

net.open-esb:parent 1.0.1

The OpenESB Parent POM provides common settings for all OpenESB components.

Categories

Categories

Net
GroupId

GroupId

net.open-esb
ArtifactId

ArtifactId

parent
Version

Version

1.0.1
Type

Type

pom

Download parent 1.0.1

Filename Size
parent-1.0.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/net.open-esb/parent/ -->
<dependency>
    <groupId>net.open-esb</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb/parent/
implementation 'net.open-esb:parent:1.0.1'
// https://jarcasting.com/artifacts/net.open-esb/parent/
implementation ("net.open-esb:parent:1.0.1")
'net.open-esb:parent:pom:1.0.1'
<dependency org="net.open-esb" name="parent" rev="1.0.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.open-esb', module='parent', version='1.0.1')
)
libraryDependencies += "net.open-esb" % "parent" % "1.0.1"
[net.open-esb/parent "1.0.1"]