Citymonstret / flags

type safe serializable properties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flags

intellectualsites/flags, but in kotlin

Snapshot builds can be retrieved from Sonatype OSS Snapshots and release builds can be retrieved from Maven Central

<!-- For snapshot builds -->
<repository>
 <id>sonatype-snapshots</id>
 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<dependency>
  <groupId>cloud.commandframework</groupId>
  <artifactId>flags</artifactId>
  <version>1.0.0</version>
</dependency>

About

type safe serializable properties

License:MIT License


Languages

Language:Kotlin 100.0%