is not current version
Last Version 1.19

com.testquack:storage 1.8


GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

storage
Version

Version

1.8
Type

Type

jar

Download storage 1.8


<!-- https://jarcasting.com/artifacts/com.testquack/storage/ -->
<dependency>
    <groupId>com.testquack</groupId>
    <artifactId>storage</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/storage/
implementation 'com.testquack:storage:1.8'
// https://jarcasting.com/artifacts/com.testquack/storage/
implementation ("com.testquack:storage:1.8")
'com.testquack:storage:jar:1.8'
<dependency org="com.testquack" name="storage" rev="1.8">
  <artifact name="storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='storage', version='1.8')
)
libraryDependencies += "com.testquack" % "storage" % "1.8"
[com.testquack/storage "1.8"]