MVN

io.github.github-yoyo : yoyo

Maven & Gradle

Apr 12, 2023
0 stars

yoyo · 由图识别系统

<dependency>
    <groupId>io.github.github-yoyo</groupId>
    <artifactId>yoyo</artifactId>
    <version>3.7.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.7.0.4
  • Latest Beta: 3.7.0.5-beta4

All Versions

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

Version Vulnerabilities Updated
3.7.x
yoyo-3.7.0.5-beta4
yoyo-3.7.0.5-beta3
yoyo-3.7.0.5-beta2
yoyo-3.7.0.5-beta1
yoyo-3.7.0.4
yoyo-3.7.0.3
yoyo-3.7.0.2
yoyo-3.7.0.1
yoyo-3.7.0.0
3.6.x
yoyo-3.6.0.9
yoyo-3.6.0.8
yoyo-3.6.0.5
yoyo-3.6.0.1
yoyo-3.6.0.0
3.5.x
yoyo-3.5.0.5
yoyo-3.5.0.4
yoyo-3.5.0.3
yoyo-3.5.0.2
yoyo-3.5.0.0
3.4.x
yoyo-3.4.2
yoyo-3.4.1.2
yoyo-3.4.1.1
yoyo-3.4.1
yoyo-3.4.0.1
yoyo-3.4.0
3.3.x
yoyo-3.3.2
yoyo-3.3.1
yoyo-3.3.0
3.2.x
yoyo-3.2.6
yoyo-3.2.5
yoyo-3.2.4
yoyo-3.2.3
yoyo-3.2.2
yoyo-3.2.1
yoyo-3.2.0
3.1.x
yoyo-3.1.4
yoyo-3.1.3
yoyo-3.1.2
yoyo-3.1.1
yoyo-3.1.0
3.0.x
yoyo-3.0.8
yoyo-3.0.7
yoyo-3.0.6
yoyo-3.0.3.2
yoyo-3.0.3.1
yoyo-3.0.3
yoyo-3.0.2
yoyo-3.0.1.2
yoyo-3.0.1.1
yoyo-3.0.1
1.0.x
yoyo-1.0.4
yoyo-1.0.3
yoyo-1.0.2
yoyo-1.0.1
yoyo-1.0.0
0.1.x
yoyo-0.1.6
yoyo-0.1.5
yoyo-0.1.4
yoyo-0.1.3
yoyo-0.1.2
yoyo-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.github-yoyo</groupId>
    <artifactId>yoyo</artifactId>
    <version>3.7.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.github-yoyo:yoyo:3.7.0.4'

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

implementation("io.github.github-yoyo:yoyo:3.7.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.github-yoyo" % "yoyo" % "3.7.0.4"