Skip to content

Commit

Permalink
Merge pull request #423 from apivideo/java-client-add-transcript-feature
Browse files Browse the repository at this point in the history
[SDK README - api.video-java-client] Add transcript feature
  • Loading branch information
szekelyzol authored Oct 9, 2024
2 parents 2b6dd1d + 2f805ed commit 4c8397b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdks/api-clients/apivideo-java-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>video.api</groupId>
<artifactId>java-api-client</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -41,7 +41,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
implementation "video.api:java-api-client:1.4.3"
implementation "video.api:java-api-client:1.4.4"
```

#### Others
Expand All @@ -54,7 +54,7 @@ mvn clean package

Then manually install the following JARs:

* `target/java-api-client-1.4.3.jar`
* `target/java-api-client-1.4.4.jar`
* `target/lib/*.jar`

### Code sample
Expand Down

0 comments on commit 4c8397b

Please sign in to comment.