| GroupId | GroupIdim.actor |
|---|---|
| ArtifactId | ArtifactIdactor-botkit |
| Version | Version1.0.109 |
| Type | Typejar |
| Filename | Size |
|---|---|
| actor-botkit-1.0.109.pom | |
| actor-botkit-1.0.109.jar | 133 KB |
| actor-botkit-1.0.109-sources.jar | 5 KB |
| actor-botkit-1.0.109-javadoc.jar | 394 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/im.actor/actor-botkit/ -->
<dependency>
<groupId>im.actor</groupId>
<artifactId>actor-botkit</artifactId>
<version>1.0.109</version>
</dependency>
// https://jarcasting.com/artifacts/im.actor/actor-botkit/
implementation 'im.actor:actor-botkit:1.0.109'
// https://jarcasting.com/artifacts/im.actor/actor-botkit/
implementation ("im.actor:actor-botkit:1.0.109")
'im.actor:actor-botkit:jar:1.0.109'
<dependency org="im.actor" name="actor-botkit" rev="1.0.109">
<artifact name="actor-botkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.actor', module='actor-botkit', version='1.0.109')
)
libraryDependencies += "im.actor" % "actor-botkit" % "1.0.109"
[im.actor/actor-botkit "1.0.109"]