Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdorg.xcmis |
ArtifactId | ArtifactIdxcmis-client-gwt-restatom |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xcmis/xcmis-client-gwt-restatom/ -->
<dependency>
<groupId>org.xcmis</groupId>
<artifactId>xcmis-client-gwt-restatom</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xcmis/xcmis-client-gwt-restatom/
implementation 'org.xcmis:xcmis-client-gwt-restatom:1.0'
// https://jarcasting.com/artifacts/org.xcmis/xcmis-client-gwt-restatom/
implementation ("org.xcmis:xcmis-client-gwt-restatom:1.0")
'org.xcmis:xcmis-client-gwt-restatom:jar:1.0'
<dependency org="org.xcmis" name="xcmis-client-gwt-restatom" rev="1.0">
<artifact name="xcmis-client-gwt-restatom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xcmis', module='xcmis-client-gwt-restatom', version='1.0')
)
libraryDependencies += "org.xcmis" % "xcmis-client-gwt-restatom" % "1.0"
[org.xcmis/xcmis-client-gwt-restatom "1.0"]