GroupId | GroupIdcom.github.paulcwarren |
---|---|
ArtifactId | ArtifactIdspring-content-cmis |
Version | Version1.0.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-cmis/ -->
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-cmis</artifactId>
<version>1.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-cmis/
implementation 'com.github.paulcwarren:spring-content-cmis:1.0.0.M1'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-cmis/
implementation ("com.github.paulcwarren:spring-content-cmis:1.0.0.M1")
'com.github.paulcwarren:spring-content-cmis:jar:1.0.0.M1'
<dependency org="com.github.paulcwarren" name="spring-content-cmis" rev="1.0.0.M1">
<artifact name="spring-content-cmis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content-cmis', version='1.0.0.M1')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content-cmis" % "1.0.0.M1"
[com.github.paulcwarren/spring-content-cmis "1.0.0.M1"]