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