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