License |
License
Software Development Kit License
|
---|---|
GroupId | GroupIddev.fastbot.bot |
ArtifactId | ArtifactIddialogs |
Version | Version1.1.1 |
Type | Typejar |
Description |
Descriptiondialogs
Fastbot dialogs library
|
Project URL |
Project URL |
Filename | Size |
---|---|
dialogs-1.1.1.pom | |
dialogs-1.1.1.jar | 59 KB |
dialogs-1.1.1-sources.jar | 3 KB |
dialogs-1.1.1-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.fastbot.bot/dialogs/ -->
<dependency>
<groupId>dev.fastbot.bot</groupId>
<artifactId>dialogs</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.fastbot.bot/dialogs/
implementation 'dev.fastbot.bot:dialogs:1.1.1'
// https://jarcasting.com/artifacts/dev.fastbot.bot/dialogs/
implementation ("dev.fastbot.bot:dialogs:1.1.1")
'dev.fastbot.bot:dialogs:jar:1.1.1'
<dependency org="dev.fastbot.bot" name="dialogs" rev="1.1.1">
<artifact name="dialogs" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.fastbot.bot', module='dialogs', version='1.1.1')
)
libraryDependencies += "dev.fastbot.bot" % "dialogs" % "1.1.1"
[dev.fastbot.bot/dialogs "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
org.jetbrains : annotations | jar | 22.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |