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