GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-web-cmis |
Version | Version4.0.0.Alpha3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-web-cmis/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-web-cmis</artifactId>
<version>4.0.0.Alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-cmis/
implementation 'org.modeshape:modeshape-web-cmis:4.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-cmis/
implementation ("org.modeshape:modeshape-web-cmis:4.0.0.Alpha3")
'org.modeshape:modeshape-web-cmis:jar:4.0.0.Alpha3'
<dependency org="org.modeshape" name="modeshape-web-cmis" rev="4.0.0.Alpha3">
<artifact name="modeshape-web-cmis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-web-cmis', version='4.0.0.Alpha3')
)
libraryDependencies += "org.modeshape" % "modeshape-web-cmis" % "4.0.0.Alpha3"
[org.modeshape/modeshape-web-cmis "4.0.0.Alpha3"]