| GroupId | GroupIdorg.apache.ode.examples |
|---|---|
| ArtifactId | ArtifactIdhelloworld-bundle |
| Version | Version1.3.7 |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| helloworld-bundle-1.3.7.pom | |
| helloworld-bundle-1.3.7.jar | 4 KB |
| helloworld-bundle-1.3.7-sources.jar | 3 KB |
| helloworld-bundle-1.3.7-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ode.examples/helloworld-bundle/ -->
<dependency>
<groupId>org.apache.ode.examples</groupId>
<artifactId>helloworld-bundle</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ode.examples/helloworld-bundle/
implementation 'org.apache.ode.examples:helloworld-bundle:1.3.7'
// https://jarcasting.com/artifacts/org.apache.ode.examples/helloworld-bundle/
implementation ("org.apache.ode.examples:helloworld-bundle:1.3.7")
'org.apache.ode.examples:helloworld-bundle:jar:1.3.7'
<dependency org="org.apache.ode.examples" name="helloworld-bundle" rev="1.3.7">
<artifact name="helloworld-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ode.examples', module='helloworld-bundle', version='1.3.7')
)
libraryDependencies += "org.apache.ode.examples" % "helloworld-bundle" % "1.3.7"
[org.apache.ode.examples/helloworld-bundle "1.3.7"]