is not current version
Last Version 1.3.7

org.apache.ode.examples:helloworld-bundle 1.3.6


GroupId

GroupId

org.apache.ode.examples
ArtifactId

ArtifactId

helloworld-bundle
Version

Version

1.3.6
Type

Type

jar

Download helloworld-bundle 1.3.6


<!-- https://jarcasting.com/artifacts/org.apache.ode.examples/helloworld-bundle/ -->
<dependency>
    <groupId>org.apache.ode.examples</groupId>
    <artifactId>helloworld-bundle</artifactId>
    <version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ode.examples/helloworld-bundle/
implementation 'org.apache.ode.examples:helloworld-bundle:1.3.6'
// https://jarcasting.com/artifacts/org.apache.ode.examples/helloworld-bundle/
implementation ("org.apache.ode.examples:helloworld-bundle:1.3.6")
'org.apache.ode.examples:helloworld-bundle:jar:1.3.6'
<dependency org="org.apache.ode.examples" name="helloworld-bundle" rev="1.3.6">
  <artifact name="helloworld-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ode.examples', module='helloworld-bundle', version='1.3.6')
)
libraryDependencies += "org.apache.ode.examples" % "helloworld-bundle" % "1.3.6"
[org.apache.ode.examples/helloworld-bundle "1.3.6"]