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