GroupId | GroupIdorg.actframework |
---|---|
ArtifactId | ArtifactIdact-aaa |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
act-aaa-1.1.0.pom | |
act-aaa-1.1.0.jar | 40 KB |
act-aaa-1.1.0-sources.jar | 18 KB |
act-aaa-1.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-aaa/
implementation 'org.actframework:act-aaa:1.1.0'
// https://jarcasting.com/artifacts/org.actframework/act-aaa/
implementation ("org.actframework:act-aaa:1.1.0")
'org.actframework:act-aaa:jar:1.1.0'
<dependency org="org.actframework" name="act-aaa" rev="1.1.0">
<artifact name="act-aaa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-aaa', version='1.1.0')
)
libraryDependencies += "org.actframework" % "act-aaa" % "1.1.0"
[org.actframework/act-aaa "1.1.0"]