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