GroupId | GroupIdcom.testquack |
---|---|
ArtifactId | ArtifactIdstorage |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
storage-1.1.pom | |
storage-1.1.jar | 4 KB |
storage-1.1-sources.jar | 2 KB |
storage-1.1-javadoc.jar | 32 KB |
Browse |
<!-- 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"]