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