How to add a dependency to Maven
Add the following ie.equalit.ouinet : geckoview-exoplayer2-ceno maven dependency to the pom.xml
file with your favorite IDE (IntelliJ / Eclipse / Netbeans):
<dependency>
<groupId>ie.equalit.ouinet</groupId>
<artifactId>geckoview-exoplayer2-ceno</artifactId>
<version>125.0.20240425211020</version>
</dependency>
How to add a dependency to Gradle
Gradle Groovy DSL: Add the following ie.equalit.ouinet : geckoview-exoplayer2-ceno gradle dependency to your build.gradle
file:
implementation 'ie.equalit.ouinet:geckoview-exoplayer2-ceno:125.0.20240425211020'
Gradle Kotlin DSL: Add the following ie.equalit.ouinet : geckoview-exoplayer2-ceno gradle kotlin dependency to your build.gradle.kts
file:
implementation("ie.equalit.ouinet:geckoview-exoplayer2-ceno:125.0.20240425211020")
How to add a dependency to SBT Scala
SBT Scala: Add the following ie.equalit.ouinet : geckoview-exoplayer2-ceno sbt scala dependency to your build.sbt
file:
libraryDependencies += "ie.equalit.ouinet" % "geckoview-exoplayer2-ceno" % "125.0.20240425211020"