GroupId | GroupIdcom.wgzhao.addax |
---|---|
ArtifactId | ArtifactIdaddax-storage |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
addax-storage-4.0.4.pom | |
addax-storage-4.0.4.jar | 24 KB |
addax-storage-4.0.4-sources.jar | 16 KB |
addax-storage-4.0.4-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wgzhao.addax/addax-storage/ -->
<dependency>
<groupId>com.wgzhao.addax</groupId>
<artifactId>addax-storage</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgzhao.addax/addax-storage/
implementation 'com.wgzhao.addax:addax-storage:4.0.4'
// https://jarcasting.com/artifacts/com.wgzhao.addax/addax-storage/
implementation ("com.wgzhao.addax:addax-storage:4.0.4")
'com.wgzhao.addax:addax-storage:jar:4.0.4'
<dependency org="com.wgzhao.addax" name="addax-storage" rev="4.0.4">
<artifact name="addax-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgzhao.addax', module='addax-storage', version='4.0.4')
)
libraryDependencies += "com.wgzhao.addax" % "addax-storage" % "4.0.4"
[com.wgzhao.addax/addax-storage "4.0.4"]