ackcord-images

The image requests module of AckCord

Лицензия

Лицензия

MIT
Категории

Категории

Сеть Discord API Прикладные библиотеки
Группа

Группа

net.katsstuff
Идентификатор

Идентификатор

ackcord-images_2.11
Последняя версия

Последняя версия

0.12.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

ackcord-images
The image requests module of AckCord
Ссылка на сайт

Ссылка на сайт

https://github.com/Katrix/AckCord
Организация-разработчик

Организация-разработчик

net.katsstuff
Система контроля версий

Система контроля версий

https://github.com/Katrix/AckCord

Скачать ackcord-images_2.11

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.katsstuff/ackcord-images_2.11/ -->
<dependency>
    <groupId>net.katsstuff</groupId>
    <artifactId>ackcord-images_2.11</artifactId>
    <version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.katsstuff/ackcord-images_2.11/
implementation 'net.katsstuff:ackcord-images_2.11:0.12.0'
// https://jarcasting.com/artifacts/net.katsstuff/ackcord-images_2.11/
implementation ("net.katsstuff:ackcord-images_2.11:0.12.0")
'net.katsstuff:ackcord-images_2.11:jar:0.12.0'
<dependency org="net.katsstuff" name="ackcord-images_2.11" rev="0.12.0">
  <artifact name="ackcord-images_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.katsstuff', module='ackcord-images_2.11', version='0.12.0')
)
libraryDependencies += "net.katsstuff" % "ackcord-images_2.11" % "0.12.0"
[net.katsstuff/ackcord-images_2.11 "0.12.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.11.12
net.katsstuff : ackcord-network_2.11 jar 0.12.0

Модули Проекта

Данный проект не имеет модулей.

AckCord

Do what you want, exactly how you want it.

Latest version Build Status

AckCord is a Scala Discord library, powered by Akka. AckCord's focus is on letting you choose the level of abstraction you want, without sacrificing speed. Want to work with the raw events from the gateway? Works for that. Maybe you don't want to bother with any of the underlying implementation and technicalities. Works for that too. Only interested in the REST requests? Pull in that module and ignore the rest. AckCord is fast, reactive, modular, and clean, focusing on letting you write good code.

For more info see the see the microsite, the examples or the ScalaDoc(which you can find on the microsite).

Add AckCord to your project by adding these statements to your build.sbt file.

resolvers += Resolver.JCenterRepository
libraryDependencies += "net.katsstuff" %% "ackcord"                 % "0.17.1" //For high level API, includes all the other modules
libraryDependencies += "net.katsstuff" %% "ackcord-core"            % "0.17.1" //Low level core API
libraryDependencies += "net.katsstuff" %% "ackcord-commands"        % "0.17.1" //Low to mid level Commands API
libraryDependencies += "net.katsstuff" %% "ackcord-lavaplayer-core" % "0.17.1" //Low level lavaplayer API

The AckCord module map

      +----> voice ------> lavaplayer-core -+ 
      |                           ^         |   
      |                           |         v   
 data +----> gateway --> core ----+----> ackcord
      |                   ^                 ^   
      |                   |                 |
      +----> requests ----+-> commands -----+

Lastly, join our Discord server (we got cookies).

Версии библиотеки

Версия
0.12.0