GroupId | GroupIdorg.modeshape |
---|---|
ArtifactId | ArtifactIdmodeshape-web-cmis-war |
Version | Version3.6.1.Final |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-web-cmis-war/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-web-cmis-war</artifactId>
<version>3.6.1.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-cmis-war/
implementation 'org.modeshape:modeshape-web-cmis-war:3.6.1.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-cmis-war/
implementation ("org.modeshape:modeshape-web-cmis-war:3.6.1.Final")
'org.modeshape:modeshape-web-cmis-war:war:3.6.1.Final'
<dependency org="org.modeshape" name="modeshape-web-cmis-war" rev="3.6.1.Final">
<artifact name="modeshape-web-cmis-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-web-cmis-war', version='3.6.1.Final')
)
libraryDependencies += "org.modeshape" % "modeshape-web-cmis-war" % "3.6.1.Final"
[org.modeshape/modeshape-web-cmis-war "3.6.1.Final"]