You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ To use the MindsDB Java SDK, include the following dependency in your `pom.xml`:
10
10
<dependency>
11
11
<groupId>com.mindsdb</groupId>
12
12
<artifactId>mindsdb-java-sdk</artifactId>
13
-
<version>1.0.2</version>
13
+
<version>1.1.0</version>
14
14
</dependency>
15
15
```
16
16
@@ -238,13 +238,9 @@ public class Main {
238
238
}
239
239
```
240
240
241
-
## Examples
242
-
243
-
You can find more examples in the [examples directory](https://github.com/mindsdb/mindsdb_java_sdk/tree/staging/examples).
244
-
245
241
## API Documentation
246
242
247
-
The API documentation for the MindsDB SDK can be found at [https://mindsdb.github.io/mindsdb_java_sdk/](https://mindsdb.github.io/mindsdb_java_sdk/).
243
+
The API documentation for the MindsDB SDK can be found at [md-abid-hussain.github.io/mindsdb-java-sdk/](https://md-abid-hussain.github.io/mindsdb-java-sdk/).
248
244
249
245
### Generating API docs locally:
250
246
@@ -266,8 +262,8 @@ mvn test
266
262
267
263
## Contributing
268
264
269
-
We welcome contributions to the MindsDB SDK. If you'd like to contribute, please refer to the contribution guidelines for more information.
265
+
We welcome contributions to the MindsDB Java SDK. If you'd like to contribute, please refer to the contribution guidelines for more information.
270
266
271
267
## License
272
268
273
-
The MindsDB SDK is licensed under the MIT License. Feel free to use and modify it according to your needs.
269
+
The MindsDB Java SDK is licensed under the GNU License. Feel free to use and modify it according to your needs.
0 commit comments