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