| GroupId | GroupIdcom.google.cloud.broker |
|---|---|
| ArtifactId | ArtifactIdauthorizer |
| Version | Version0.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| authorizer-0.6.0.pom | |
| authorizer-0.6.0.jar | 13 KB |
| authorizer-0.6.0-sources.jar | 8 KB |
| authorizer-0.6.0-javadoc.jar | 412 KB |
| authorizer-0.6.0-jar-with-dependencies.jar | 27 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.broker/authorizer/ -->
<dependency>
<groupId>com.google.cloud.broker</groupId>
<artifactId>authorizer</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.broker/authorizer/
implementation 'com.google.cloud.broker:authorizer:0.6.0'
// https://jarcasting.com/artifacts/com.google.cloud.broker/authorizer/
implementation ("com.google.cloud.broker:authorizer:0.6.0")
'com.google.cloud.broker:authorizer:jar:0.6.0'
<dependency org="com.google.cloud.broker" name="authorizer" rev="0.6.0">
<artifact name="authorizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.broker', module='authorizer', version='0.6.0')
)
libraryDependencies += "com.google.cloud.broker" % "authorizer" % "0.6.0"
[com.google.cloud.broker/authorizer "0.6.0"]