| GroupId | GroupIdorg.actframework |
|---|---|
| ArtifactId | ArtifactIdact-starter-support |
| Version | Version1.8.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| act-starter-support-1.8.17.pom | |
| act-starter-support-1.8.17.jar | 5 KB |
| act-starter-support-1.8.17-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-starter-support/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-starter-support</artifactId>
<version>1.8.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-starter-support/
implementation 'org.actframework:act-starter-support:1.8.17'
// https://jarcasting.com/artifacts/org.actframework/act-starter-support/
implementation ("org.actframework:act-starter-support:1.8.17")
'org.actframework:act-starter-support:jar:1.8.17'
<dependency org="org.actframework" name="act-starter-support" rev="1.8.17">
<artifact name="act-starter-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-starter-support', version='1.8.17')
)
libraryDependencies += "org.actframework" % "act-starter-support" % "1.8.17"
[org.actframework/act-starter-support "1.8.17"]