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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,14 @@ Quick-Start
41
41
> :warning:**This is pre-release software**: We're releasing these bindings to encourage feedback and participation, but we expect that there may be some breaking changes along the way. Please consider this if you decide to use the bindings in their current state.
42
42
43
43
You can add OpenTimelineIO as a gradle dependency to your `build.gradle` with:
You can add OpenTimelineIO as a maven dependency to your pom.xml with:
49
-
```
50
+
51
+
```xml
50
52
<dependency>
51
53
<groupId>io.opentimeline</groupId>
52
54
<artifactId>opentimelineio</artifactId>
@@ -61,7 +63,7 @@ Building OpenTimelineIO-Java-Bindings
61
63
OpenTimelineIO-Java-Bindings have been built and tested on Ubuntu 18.04LTS, Windows 10 and macOS using [Gradle](https://gradle.org/install/) and [CMake](https://cmake.org/download/).
62
64
After installing Gradle and CMake follw these steps:
0 commit comments