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
@@ -14,35 +26,26 @@ If you use Maven, include this dependency in your `pom.xml`:
14
26
</dependency>
15
27
```
16
28
17
-
where `${rosette.api.java.binding.version}` is the [latest version available from Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.basistech.rosette%22%20AND%20a%3A%22rosette-api%22).
18
-
19
-
The version will change as new versions of the binding are released. Note that versions of the form `x.y.Nxx`, where `N` is greater than 100, are internal testing versions; do not use them without consultation with Basis Technology Corp.
20
-
21
-
If the version you are using is not the latest from Maven Central. Please check for its
22
-
[**compatibilty with api.rosette.com**](https://developer.rosette.com/features-and-functions?java).
23
-
If you have an on-premise version of Rosette API server, please contact support for binding
24
-
compatibility with your installation.
25
-
26
-
The source code on the master branch is the current state of development; it is not recommended for general use.
27
-
If you prefer to build from source, please use an appropriate release tag.
28
-
29
-
## Basic Usage ##
30
-
To check out more examples, see [examples](examples/src/main/java/com/basistech/rosette/examples)
31
-
32
-
## API Documentation ##
33
-
Check out the [documentation](http://rosette-api.github.io/java)
29
+
Set `${rosette.api.java.binding.version}` in the `<properties>` block. The latest version available is displayed
30
+
in the Maven Central badge at the top of this page.
34
31
35
-
## Release Notes
36
-
See the [Wiki](https://github.com/rosette-api/java/wiki/Release-Notes).
32
+
#### Test Releases
33
+
Versions, of the form `x.y.z`, where `z` is greater than or equal to `100`, are internal testing versions. Do not use
34
+
them without consultation with Basis Technology Corp.
37
35
38
-
## Docker ##
39
-
A Docker image for running the examples against the compiled source library is available on Docker Hub.
36
+
#### Examples
37
+
View small example programs for each Rosette endpoint in the
0 commit comments