We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505bbc2 commit f263f26Copy full SHA for f263f26
1 file changed
README.md
@@ -18,6 +18,16 @@ To use this node module, developers will need to:
18
19
## Installation
20
21
+### Maven users
22
+#### Add this dependency to your project's POM:
23
+```xml
24
+<dependency>
25
+ <groupId>com.ost</groupId>
26
+ <artifactId>ost-sdk-java</artifactId>
27
+ <version>0.9.0-beta-1</version>
28
+</dependency>
29
+```
30
+
31
### Building from source using Maven
32
33
Clone the repository
0 commit comments