MVN

io.github.ye-yu : jeasing

Maven & Gradle

Sep 02, 2020
0 stars

Jeasing · Java Easing Player Library

<dependency>
    <groupId>io.github.ye-yu</groupId>
    <artifactId>jeasing</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.1
  • Latest Alpha: 0.0.1-alpha.3

All Versions

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

Version Vulnerabilities Updated
0.0.x
jeasing-0.0.1-alpha.3
jeasing-0.0.1-alpha.2
jeasing-0.0.1-alpha.1
jeasing-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.ye-yu</groupId>
    <artifactId>jeasing</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.ye-yu:jeasing:0.0.1'

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

implementation("io.github.ye-yu:jeasing:0.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.ye-yu" % "jeasing" % "0.0.1"