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