| GroupId | GroupIdorg.actframework |
|---|---|
| ArtifactId | ArtifactIdact-social-link |
| Version | Version0.12.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| act-social-link-0.12.6.pom | |
| act-social-link-0.12.6.jar | 28 KB |
| act-social-link-0.12.6-sources.jar | 19 KB |
| act-social-link-0.12.6-javadoc.jar | 154 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-social-link/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-social-link</artifactId>
<version>0.12.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-social-link/
implementation 'org.actframework:act-social-link:0.12.6'
// https://jarcasting.com/artifacts/org.actframework/act-social-link/
implementation ("org.actframework:act-social-link:0.12.6")
'org.actframework:act-social-link:jar:0.12.6'
<dependency org="org.actframework" name="act-social-link" rev="0.12.6">
<artifact name="act-social-link" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-social-link', version='0.12.6')
)
libraryDependencies += "org.actframework" % "act-social-link" % "0.12.6"
[org.actframework/act-social-link "0.12.6"]