We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83159a2 commit e0bb4aeCopy full SHA for e0bb4ae
README.md
@@ -8,3 +8,22 @@ Java client SDK provides an implementation for
8
you can copy and edit examples/bootstrap directory and compile/run separately
9
see examples/bootstrap/README.md
10
11
+### How to use in Maven project
12
+Add a dependency to the pom.xml as like below:
13
+```
14
+<project xmlns="http://maven.apache.org/POM/4.0.0"
15
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
17
+ http://maven.apache.org/xsd/maven-4.0.0.xsd">
18
+ ...
19
+ <dependencies>
20
+ <dependency>
21
+ <groupId>com.cisco.trex</groupId>
22
+ <artifactId>trex-java-sdk</artifactId>
23
+ <version>1.28</version>
24
+ </dependency>
25
26
+ </dependencies>
27
28
+</project>
29
0 commit comments