Skip to content

Commit 629ce67

Browse files
committed
Added maven snippet and clarified wording in README quickstart
1 parent b1dda76 commit 629ce67

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ Quick-Start
4040

4141
> :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.
4242
43-
You can add OpenTimelineIO as a dependency to your `build.gradle` as:
43+
You can add OpenTimelineIO as a gradle dependency to your `build.gradle` with:
4444
```
4545
implementation 'io.opentimeline:opentimelineio:0.14.0-beta-1'
4646
```
4747

48-
You can add OpenTimelineIO as a dependency to your maven project as:
48+
You can add OpenTimelineIO as a maven dependency to your pom.xml with:
4949
```
50-
<insert maven dep>
50+
<dependency>
51+
<groupId>io.opentimeline</groupId>
52+
<artifactId>opentimelineio</artifactId>
53+
<version>0.14.0-beta-1</version>
54+
</dependency>
5155
```
5256

5357

0 commit comments

Comments
 (0)