Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdorg.xcmis |
ArtifactId | ArtifactIdxcmis-search-parser-cmis |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xcmis/xcmis-search-parser-cmis/ -->
<dependency>
<groupId>org.xcmis</groupId>
<artifactId>xcmis-search-parser-cmis</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xcmis/xcmis-search-parser-cmis/
implementation 'org.xcmis:xcmis-search-parser-cmis:1.2.1'
// https://jarcasting.com/artifacts/org.xcmis/xcmis-search-parser-cmis/
implementation ("org.xcmis:xcmis-search-parser-cmis:1.2.1")
'org.xcmis:xcmis-search-parser-cmis:jar:1.2.1'
<dependency org="org.xcmis" name="xcmis-search-parser-cmis" rev="1.2.1">
<artifact name="xcmis-search-parser-cmis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xcmis', module='xcmis-search-parser-cmis', version='1.2.1')
)
libraryDependencies += "org.xcmis" % "xcmis-search-parser-cmis" % "1.2.1"
[org.xcmis/xcmis-search-parser-cmis "1.2.1"]