License |
License |
---|---|
GroupId | GroupIdio.strimzi |
ArtifactId | ArtifactIdoauth |
Last Version | Last Version0.10.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStrimzi - Apache Kafka on Kubernetes
Strimzi uses the Kubernetes operator pattern to provide a way to run an Apache Kafka cluster on
Kubernetes in various deployment configurations. The OAuth subproject implements the callbacks for
Kafka authentication using OAuth (based on SASL OAUTHBEARER mechanism).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oauth-0.10.0.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.strimzi/oauth/ -->
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>oauth</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.strimzi/oauth/
implementation 'io.strimzi:oauth:0.10.0'
// https://jarcasting.com/artifacts/io.strimzi/oauth/
implementation ("io.strimzi:oauth:0.10.0")
'io.strimzi:oauth:pom:0.10.0'
<dependency org="io.strimzi" name="oauth" rev="0.10.0">
<artifact name="oauth" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.strimzi', module='oauth', version='0.10.0')
)
libraryDependencies += "io.strimzi" % "oauth" % "0.10.0"
[io.strimzi/oauth "0.10.0"]