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