is not current version
Last Version 1.19

com.testquack:storage 1.1


GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

storage
Version

Version

1.1
Type

Type

jar

Download storage 1.1


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