| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIduppy__google-drive |
| Version | Version0.28.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| uppy__google-drive-0.28.0.pom | |
| uppy__google-drive-0.28.0.jar | 9 KB |
| uppy__google-drive-0.28.0-sources.jar | 22 bytes |
| uppy__google-drive-0.28.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/uppy__google-drive/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>uppy__google-drive</artifactId>
<version>0.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/uppy__google-drive/
implementation 'org.webjars.npm:uppy__google-drive:0.28.0'
// https://jarcasting.com/artifacts/org.webjars.npm/uppy__google-drive/
implementation ("org.webjars.npm:uppy__google-drive:0.28.0")
'org.webjars.npm:uppy__google-drive:jar:0.28.0'
<dependency org="org.webjars.npm" name="uppy__google-drive" rev="0.28.0">
<artifact name="uppy__google-drive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='uppy__google-drive', version='0.28.0')
)
libraryDependencies += "org.webjars.npm" % "uppy__google-drive" % "0.28.0"
[org.webjars.npm/uppy__google-drive "0.28.0"]