| Группа | Группаorg.xcmis |
|---|---|
| Идентификатор | Идентификаторxcmis-restatom |
| Версия | Версия1.2.0-GA |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xcmis-restatom-1.2.0-GA.pom | |
| xcmis-restatom-1.2.0-GA.jar | 178 KB |
| xcmis-restatom-1.2.0-GA-sources.jar | 129 KB |
| xcmis-restatom-1.2.0-GA-javadoc.jar | 380 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.xcmis/xcmis-restatom/ -->
<dependency>
<groupId>org.xcmis</groupId>
<artifactId>xcmis-restatom</artifactId>
<version>1.2.0-GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.xcmis/xcmis-restatom/
implementation 'org.xcmis:xcmis-restatom:1.2.0-GA'
// https://jarcasting.com/artifacts/org.xcmis/xcmis-restatom/
implementation ("org.xcmis:xcmis-restatom:1.2.0-GA")
'org.xcmis:xcmis-restatom:jar:1.2.0-GA'
<dependency org="org.xcmis" name="xcmis-restatom" rev="1.2.0-GA">
<artifact name="xcmis-restatom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xcmis', module='xcmis-restatom', version='1.2.0-GA')
)
libraryDependencies += "org.xcmis" % "xcmis-restatom" % "1.2.0-GA"
[org.xcmis/xcmis-restatom "1.2.0-GA"]