Skip to content

Commit da9a53e

Browse files
authored
Update README.md
1 parent e2f9fd4 commit da9a53e

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ And if you thought APIs were complicated, think again! With ConnectLib, it's lik
1717
---
1818

1919
```java
20-
Stable Version: 0.3.8-STABLE
21-
```
22-
23-
---
24-
25-
```java[build.gradle](build.gradle)
2620
Support Lib : Java 23
2721

2822
Hook -----------------------|
@@ -103,24 +97,6 @@ Imagine an API that doesn't just connect services, but becomes the conductor of
10397

10498
## 🧑‍💻 Usage Example
10599

106-
Library Import
107-
```java
108-
repositories {
109-
110-
maven {
111-
url = uri("https://sandro642.github.io/connectlib/jar")
112-
}
113-
114-
}
115-
116-
dependencies {
117-
118-
implementation("fr.sandro642.github:ConnectLib:0.3.8-STABLE")
119-
120-
}
121-
122-
```
123-
124100
More examples HERE: [ExampleUsages.java](src/main/java/fr/sandro642/github/example/ExampleUsages.java)
125101

126102
---

0 commit comments

Comments
 (0)