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