| GroupId | GroupIdorg.xcmis |
|---|---|
| ArtifactId | ArtifactIdxcmis-parent |
| Version | Version1.2-beta1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| xcmis-parent-1.2-beta1.pom | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xcmis/xcmis-parent/ -->
<dependency>
<groupId>org.xcmis</groupId>
<artifactId>xcmis-parent</artifactId>
<version>1.2-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xcmis/xcmis-parent/
implementation 'org.xcmis:xcmis-parent:1.2-beta1'
// https://jarcasting.com/artifacts/org.xcmis/xcmis-parent/
implementation ("org.xcmis:xcmis-parent:1.2-beta1")
'org.xcmis:xcmis-parent:pom:1.2-beta1'
<dependency org="org.xcmis" name="xcmis-parent" rev="1.2-beta1">
<artifact name="xcmis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xcmis', module='xcmis-parent', version='1.2-beta1')
)
libraryDependencies += "org.xcmis" % "xcmis-parent" % "1.2-beta1"
[org.xcmis/xcmis-parent "1.2-beta1"]