is not current version
Last Version 1.19

com.testquack:storage 1.15


GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

storage
Version

Version

1.15
Type

Type

jar

Download storage 1.15


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