GroupId | GroupIddev.fastbot.bot |
---|---|
ArtifactId | ArtifactIddialogs |
Version | Version1.0.18 |
Type | Typejar |
Filename | Size |
---|---|
dialogs-1.0.18.pom | |
dialogs-1.0.18.jar | 59 KB |
dialogs-1.0.18-sources.jar | 3 KB |
dialogs-1.0.18-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.fastbot.bot/dialogs/ -->
<dependency>
<groupId>dev.fastbot.bot</groupId>
<artifactId>dialogs</artifactId>
<version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/dev.fastbot.bot/dialogs/
implementation 'dev.fastbot.bot:dialogs:1.0.18'
// https://jarcasting.com/artifacts/dev.fastbot.bot/dialogs/
implementation ("dev.fastbot.bot:dialogs:1.0.18")
'dev.fastbot.bot:dialogs:jar:1.0.18'
<dependency org="dev.fastbot.bot" name="dialogs" rev="1.0.18">
<artifact name="dialogs" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.fastbot.bot', module='dialogs', version='1.0.18')
)
libraryDependencies += "dev.fastbot.bot" % "dialogs" % "1.0.18"
[dev.fastbot.bot/dialogs "1.0.18"]