| GroupId | GroupIdorg.xcmis |
|---|---|
| ArtifactId | ArtifactIdxcmis-restatom |
| Version | Version1.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xcmis-restatom-1.1.4.pom | |
| xcmis-restatom-1.1.4.jar | 166 KB |
| xcmis-restatom-1.1.4-sources.jar | 125 KB |
| xcmis-restatom-1.1.4-javadoc.jar | 382 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xcmis/xcmis-restatom/ -->
<dependency>
<groupId>org.xcmis</groupId>
<artifactId>xcmis-restatom</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xcmis/xcmis-restatom/
implementation 'org.xcmis:xcmis-restatom:1.1.4'
// https://jarcasting.com/artifacts/org.xcmis/xcmis-restatom/
implementation ("org.xcmis:xcmis-restatom:1.1.4")
'org.xcmis:xcmis-restatom:jar:1.1.4'
<dependency org="org.xcmis" name="xcmis-restatom" rev="1.1.4">
<artifact name="xcmis-restatom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xcmis', module='xcmis-restatom', version='1.1.4')
)
libraryDependencies += "org.xcmis" % "xcmis-restatom" % "1.1.4"
[org.xcmis/xcmis-restatom "1.1.4"]