GroupId | GroupIdim.actor.server |
---|---|
ArtifactId | ArtifactIdactor-http-api |
Version | Version1.0.112 |
Type | Typejar |
Filename | Size |
---|---|
actor-http-api-1.0.112.pom | |
actor-http-api-1.0.112.jar | 95 KB |
actor-http-api-1.0.112-sources.jar | 7 KB |
actor-http-api-1.0.112-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/im.actor.server/actor-http-api/ -->
<dependency>
<groupId>im.actor.server</groupId>
<artifactId>actor-http-api</artifactId>
<version>1.0.112</version>
</dependency>
// https://jarcasting.com/artifacts/im.actor.server/actor-http-api/
implementation 'im.actor.server:actor-http-api:1.0.112'
// https://jarcasting.com/artifacts/im.actor.server/actor-http-api/
implementation ("im.actor.server:actor-http-api:1.0.112")
'im.actor.server:actor-http-api:jar:1.0.112'
<dependency org="im.actor.server" name="actor-http-api" rev="1.0.112">
<artifact name="actor-http-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.actor.server', module='actor-http-api', version='1.0.112')
)
libraryDependencies += "im.actor.server" % "actor-http-api" % "1.0.112"
[im.actor.server/actor-http-api "1.0.112"]