Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 461 Bytes

README.md

File metadata and controls

executable file
·
18 lines (15 loc) · 461 Bytes

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>