| GroupId | GroupIdim.actor.server |
|---|---|
| ArtifactId | ArtifactIdactor-bots |
| Version | Version1.0.97 |
| Type | Typejar |
| Filename | Size |
|---|---|
| actor-bots-1.0.97.pom | |
| actor-bots-1.0.97.jar | 295 KB |
| actor-bots-1.0.97-sources.jar | 23 KB |
| actor-bots-1.0.97-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.97</version>
</dependency>
// https://jarcasting.com/artifacts/im.actor.server/actor-bots/
implementation 'im.actor.server:actor-bots:1.0.97'
// https://jarcasting.com/artifacts/im.actor.server/actor-bots/
implementation ("im.actor.server:actor-bots:1.0.97")
'im.actor.server:actor-bots:jar:1.0.97'
<dependency org="im.actor.server" name="actor-bots" rev="1.0.97">
<artifact name="actor-bots" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.actor.server', module='actor-bots', version='1.0.97')
)
libraryDependencies += "im.actor.server" % "actor-bots" % "1.0.97"
[im.actor.server/actor-bots "1.0.97"]