Skip to content

Commit 5f65653

Browse files
zeevmoneyclaude
andcommitted
Update README with version range and latest javadoc links
- Use 2.2.+ version range to auto-select latest patch version - Link to Maven Central for explicit version lookup - Update Javadoc URLs to use /latest/ path 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3c1d181 commit 5f65653

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For [Maven](https://maven.apache.org/) projects, use:
1515
<dependency>
1616
<groupId>io.permit</groupId>
1717
<artifactId>permit-sdk-java</artifactId>
18-
<version>2.0.0</version>
18+
<version>2.2.+</version>
1919
</dependency>
2020
```
2121

@@ -25,10 +25,12 @@ For [Gradle](https://gradle.org/) projects, configure `permit-sdk-java` as a dep
2525
dependencies {
2626
// ...
2727
28-
implementation 'io.permit:permit-sdk-java:2.0.0'
28+
implementation 'io.permit:permit-sdk-java:2.2.+'
2929
}
3030
```
3131

32+
> **Note**: The `2.2.+` version range automatically selects the latest patch version. For explicit versions, check [Maven Central](https://central.sonatype.com/artifact/io.permit/permit-sdk-java).
33+
3234
## Usage
3335

3436
### Initializing the SDK
@@ -149,6 +151,6 @@ CreateOrUpdateResult<UserRead> result = permit.api.users.sync(new UserCreate("[U
149151

150152
## Javadoc reference
151153

152-
To view the javadoc reference, [click here](https://javadoc.io/doc/io.permit/permit-sdk-java/2.0.0/index.html).
154+
To view the javadoc reference, [click here](https://javadoc.io/doc/io.permit/permit-sdk-java/latest/index.html).
153155

154-
It's easiest to start with the root [Permit](https://javadoc.io/static/io.permit/permit-sdk-java/2.0.0/io/permit/sdk/Permit.html) class.
156+
It's easiest to start with the root [Permit](https://javadoc.io/doc/io.permit/permit-sdk-java/latest/io/permit/sdk/Permit.html) class.

0 commit comments

Comments
 (0)