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