MVN

com.serebit.strife : strife-client

Maven & Gradle

Oct 05, 2019

strife · An idiomatic Kotlin implementation of the Discord API

<dependency>
    <groupId>com.serebit.strife</groupId>
    <artifactId>strife-client</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.serebit.strife : strife-client to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.serebit.strife : strife-client to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
strife-client-0.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.serebit.strife</groupId>
    <artifactId>strife-client</artifactId>
    <version>0.3.0</version>
</dependency>