11# Authzed Java Client
22
3- [ ![ Maven Metadata] ( https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fauthzed%2Fapi%2Fauthzed%2Fmaven-metadata.xml )] ( https://search.maven.org/artifact/com.authzed.api/authzed/0.1 .0/jar )
3+ [ ![ Maven Metadata] ( https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fauthzed%2Fapi%2Fauthzed%2Fmaven-metadata.xml )] ( https://search.maven.org/artifact/com.authzed.api/authzed/0.2 .0/jar )
44[ ![ License] ( https://img.shields.io/badge/license-Apache--2.0-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
55[ ![ Build Status] ( https://github.com/authzed/authzed-java/workflows/build/badge.svg )] ( https://github.com/authzed/authzed-java/actions )
66[ ![ Mailing List] ( https://img.shields.io/badge/email-google%20groups-4285F4 )] ( https://groups.google.com/g/authzed-oss )
@@ -16,7 +16,7 @@ Developers create a schema that models their permissions requirements and use a
1616Supported client API versions:
1717- [ v1] ( https://docs.authzed.com/reference/api#authzedapiv1 )
1818- [ v1alpha1] ( https://docs.authzed.com/reference/api#authzedapiv1alpha1 )
19- - "v0" - deprecated
19+ - v0 - deprecated
2020
2121You can find more info on each API on the [ Authzed API reference documentation] .
2222Additionally, Protobuf API documentation can be found on the [ Buf Registry Authzed API repository] .
@@ -50,12 +50,12 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm
5050<dependency >
5151 <groupId >com.authzed.api</groupId >
5252 <artifactId >authzed</artifactId >
53- <version >0.1 .0</version >
53+ <version >0.2 .0</version >
5454</dependency >
5555```
5656
5757[ Maven Central ] : https://maven.apache.org/repository/index.html
58- [ Maven Central Artifact Page ] : https://search.maven.org/artifact/com.authzed.api/authzed/0.1 .0/jar
58+ [ Maven Central Artifact Page ] : https://search.maven.org/artifact/com.authzed.api/authzed/0.2 .0/jar
5959[ Maven ] : https://maven.apache.org
6060
6161### Initializing a client
0 commit comments