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