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