osu-native-jar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.7mochi</groupId>
<artifactId>osu-native-jar</artifactId>
<version>0.0.7</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 https://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.7mochi</groupId>
<artifactId>osu-native-jar</artifactId>
<version>0.0.7</version>
<name>osu-native-jar</name>
<description>osu! difficulty and pp calculation for all modes</description>
<url>https://github.com/7mochi/osu-native-jar</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/7mochi/osu-native-jar/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>7mochi</id>
<email>flyingcatdm@gmail.com</email>
</developer>
</developers>
<scm>
<url>https://github.com/7mochi/osu-native-jar</url>
</scm>
<dependencies/>
</project>