GroupId | GroupIdorg.jacorb.jacorb-demo |
---|---|
ArtifactId | ArtifactIdoffice |
Version | Version3.8 |
Type | Typejar |
Filename | Size |
---|---|
office-3.8.pom | |
office-3.8.jar | 48 KB |
office-3.8-sources.jar | 27 KB |
office-3.8-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/office/ -->
<dependency>
<groupId>org.jacorb.jacorb-demo</groupId>
<artifactId>office</artifactId>
<version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/office/
implementation 'org.jacorb.jacorb-demo:office:3.8'
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/office/
implementation ("org.jacorb.jacorb-demo:office:3.8")
'org.jacorb.jacorb-demo:office:jar:3.8'
<dependency org="org.jacorb.jacorb-demo" name="office" rev="3.8">
<artifact name="office" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacorb.jacorb-demo', module='office', version='3.8')
)
libraryDependencies += "org.jacorb.jacorb-demo" % "office" % "3.8"
[org.jacorb.jacorb-demo/office "3.8"]