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