File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
The OpenTok Java SDK lets you generate
6
6
[ sessions] ( http://tokbox.com/opentok/tutorials/create-session/ ) and
7
7
[ tokens] ( http://tokbox.com/opentok/tutorials/create-token/ ) for [ OpenTok] ( http://www.tokbox.com/ )
8
- applications that run on the JVM. This version of the SDK also includes support for working with
9
- [ OpenTok 2.0 archives] ( http://tokbox.com/#archiving ) .
8
+ applications that run on the JVM. This version of the SDK also includes support for working
9
+ with [ OpenTok 2.0 archives] ( http://tokbox.com/#archiving ) .
10
+
11
+ If you are updating from a previous version of this SDK, see
12
+ [ Important changes in v2.2] ( #important-changes-in-v22 ) .
13
+
10
14
11
15
# Installation using Maven Central (recommended):
12
16
13
17
The [ Maven Central] ( http://central.sonatype.org/ ) repository helps manage dependencies for JVM
14
18
based projects. It can be used via several build tools, including Maven and Gradle.
15
19
16
- If you are updating from a previous version of this SDK, see
17
- [ Important changes in v2.2] ( #important-changes-in-v22 ) .
18
-
19
20
### Maven
20
21
21
22
When you use Maven as your build tool, you can manage dependencies in the ` pom.xml ` file:
You can’t perform that action at this time.
0 commit comments