MVN

io.github.IAmCodingCoding : yuv_convert

Maven & Gradle

Sep 13, 2021
1 stars

yuv_convert · yuv convert

<dependency>
    <groupId>io.github.IAmCodingCoding</groupId>
    <artifactId>yuv_convert</artifactId>
    <version>v1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.IAmCodingCoding : yuv_convert to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1.0.0

All Versions

Choose a version of io.github.IAmCodingCoding : yuv_convert to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
yuv_convert-1.0.0
v1.0.x
yuv_convert-v1.0.0

How to add a dependency to Maven

Add the following io.github.IAmCodingCoding : yuv_convert maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.IAmCodingCoding</groupId>
    <artifactId>yuv_convert</artifactId>
    <version>v1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.IAmCodingCoding : yuv_convert gradle dependency to your build.gradle file:

implementation 'io.github.IAmCodingCoding:yuv_convert:v1.0.0'

Gradle Kotlin DSL: Add the following io.github.IAmCodingCoding : yuv_convert gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.IAmCodingCoding:yuv_convert:v1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.IAmCodingCoding : yuv_convert sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.IAmCodingCoding" % "yuv_convert" % "v1.0.0"