License |
License |
---|---|
Categories |
CategoriesCLI User Interface Discord API Business Logic Libraries |
GroupId | GroupIdcom.serebit.strife |
ArtifactId | ArtifactIdstrife-client |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionstrife
An idiomatic Kotlin implementation of the Discord API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
strife-client-0.3.0.pom | |
strife-client-0.3.0.module | 1 KB |
strife-client-0.3.0-sources.jar | 261 bytes |
strife-client-0.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.serebit.strife/strife-client/ -->
<dependency>
<groupId>com.serebit.strife</groupId>
<artifactId>strife-client</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.serebit.strife/strife-client/
implementation 'com.serebit.strife:strife-client:0.3.0'
// https://jarcasting.com/artifacts/com.serebit.strife/strife-client/
implementation ("com.serebit.strife:strife-client:0.3.0")
'com.serebit.strife:strife-client:pom:0.3.0'
<dependency org="com.serebit.strife" name="strife-client" rev="0.3.0">
<artifact name="strife-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.serebit.strife', module='strife-client', version='0.3.0')
)
libraryDependencies += "com.serebit.strife" % "strife-client" % "0.3.0"
[com.serebit.strife/strife-client "0.3.0"]