jeasing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ye-yu</groupId>
<artifactId>jeasing</artifactId>
<version>0.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.ye-yu</groupId>
<artifactId>jeasing</artifactId>
<version>0.0.1</version>
<name>Jeasing</name>
<description>Java Easing Player Library</description>
<url>https://github.com/ye-yu/jease-player/tree/master</url>
<licenses>
<license>
<name>GPLv3</name>
<url>https://github.com/ye-yu/jease-player/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>ye-yu</id>
<name>Ye Yu</name>
<email>rafolwen98@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://git@github.com:ye-yu/jease-player.git</connection>
<developerConnection>scm:git:ssh://git@github.com:ye-yu/jease-player.git</developerConnection>
<url>https://git@github.com:ye-yu/jease-player.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-jdk8</artifactId>
<version>1.3.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-runtime</artifactId>
<version>0.20.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>