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