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