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