GroupId | GroupIdorg.jacorb.jacorb-demo |
---|---|
ArtifactId | ArtifactIdhello |
Version | Version3.6 |
Type | Typejar |
Filename | Size |
---|---|
hello-3.6.pom | |
hello-3.6.jar | 14 KB |
hello-3.6-sources.jar | 7 KB |
hello-3.6-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/hello/ -->
<dependency>
<groupId>org.jacorb.jacorb-demo</groupId>
<artifactId>hello</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/hello/
implementation 'org.jacorb.jacorb-demo:hello:3.6'
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/hello/
implementation ("org.jacorb.jacorb-demo:hello:3.6")
'org.jacorb.jacorb-demo:hello:jar:3.6'
<dependency org="org.jacorb.jacorb-demo" name="hello" rev="3.6">
<artifact name="hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacorb.jacorb-demo', module='hello', version='3.6')
)
libraryDependencies += "org.jacorb.jacorb-demo" % "hello" % "3.6"
[org.jacorb.jacorb-demo/hello "3.6"]