spms
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.toastbits</groupId>
<artifactId>spms</artifactId>
<version>0.4.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>dev.toastbits</groupId>
<artifactId>spms</artifactId>
<version>0.4.5</version>
<name>spmp-server</name>
<description>SpMs (short for spmp-server) is the desktop server component for SpMp</description>
<url>https://github.com/toasterofbread/spmp-server</url>
<inceptionYear>2023</inceptionYear>
<licenses>
<license>
<name>GPL-3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
</license>
</licenses>
<developers>
<developer>
<id>toasterofbread</id>
<name>Talo Halton</name>
<email>talohalton@gmail.com</email>
<url>https://github.com/toasterofbread</url>
</developer>
</developers>
<scm>
<connection>https://github.com/toasterofbread/spmp-server.git</connection>
<url>https://github.com/toasterofbread/spmp-server</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/toasterofbread/spmp-server/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>3.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.toastbits.ytmkt</groupId>
<artifactId>ytmkt</artifactId>
<version>0.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.toastbits.kjna</groupId>
<artifactId>runtime</artifactId>
<version>0.0.5</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>