is not current version
Last Version 3.9

org.jacorb.jacorb-demo:hello 3.8

JacORB Hello Demo

GroupId

GroupId

org.jacorb.jacorb-demo
ArtifactId

ArtifactId

hello
Version

Version

3.8
Type

Type

jar

Download hello 3.8


<!-- https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/hello/ -->
<dependency>
    <groupId>org.jacorb.jacorb-demo</groupId>
    <artifactId>hello</artifactId>
    <version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/hello/
implementation 'org.jacorb.jacorb-demo:hello:3.8'
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/hello/
implementation ("org.jacorb.jacorb-demo:hello:3.8")
'org.jacorb.jacorb-demo:hello:jar:3.8'
<dependency org="org.jacorb.jacorb-demo" name="hello" rev="3.8">
  <artifact name="hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacorb.jacorb-demo', module='hello', version='3.8')
)
libraryDependencies += "org.jacorb.jacorb-demo" % "hello" % "3.8"
[org.jacorb.jacorb-demo/hello "3.8"]