sf4k
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.seggan</groupId> <artifactId>sf4k</artifactId> <version>0.8.2</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.seggan</groupId> <artifactId>sf4k</artifactId> <version>0.8.2</version> <name>sf4k</name> <description>A simple library for creating Slimefun addons in Kotlin.</description> <url>https://github.com/Seggan/sf4k</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Seggan</name> <email>seggan21@gmail.com</email> <organization>N/A</organization> <organizationUrl>https://github.com/Seggan</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/Seggan/sf4k.git</connection> <developerConnection>scm:git:ssh://github.com:Seggan/sf4k.git</developerConnection> <url>https://github.com/Seggan/sf4k</url> </scm> <dependencies> <dependency> <groupId>com.github.shynixn.mccoroutine</groupId> <artifactId>mccoroutine-bukkit-core</artifactId> <version>2.19.0</version> </dependency> <dependency> <groupId>com.github.shynixn.mccoroutine</groupId> <artifactId>mccoroutine-bukkit-api</artifactId> <version>2.19.0</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-core</artifactId> <version>1.6.3</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> </dependency> </dependencies> </project>