Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.wink.example |
ArtifactId | ArtifactIdGoogleDocs-client |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
GoogleDocs-client-1.3.0.pom | |
GoogleDocs-client-1.3.0.jar | 14 KB |
GoogleDocs-client-1.3.0-sources.jar | 12 KB |
GoogleDocs-client-1.3.0-javadoc.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.wink.example/GoogleDocs-client/ -->
<dependency>
<groupId>org.apache.wink.example</groupId>
<artifactId>GoogleDocs-client</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wink.example/GoogleDocs-client/
implementation 'org.apache.wink.example:GoogleDocs-client:1.3.0'
// https://jarcasting.com/artifacts/org.apache.wink.example/GoogleDocs-client/
implementation ("org.apache.wink.example:GoogleDocs-client:1.3.0")
'org.apache.wink.example:GoogleDocs-client:jar:1.3.0'
<dependency org="org.apache.wink.example" name="GoogleDocs-client" rev="1.3.0">
<artifact name="GoogleDocs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wink.example', module='GoogleDocs-client', version='1.3.0')
)
libraryDependencies += "org.apache.wink.example" % "GoogleDocs-client" % "1.3.0"
[org.apache.wink.example/GoogleDocs-client "1.3.0"]