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