GroupId | GroupIdcom.github.fartherp |
---|---|
ArtifactId | ArtifactIdframework-compress |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
framework-compress-1.1.8.pom | |
framework-compress-1.1.8.jar | 24 KB |
framework-compress-1.1.8-sources.jar | 16 KB |
framework-compress-1.1.8-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework-compress/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework-compress</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-compress/
implementation 'com.github.fartherp:framework-compress:1.1.8'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-compress/
implementation ("com.github.fartherp:framework-compress:1.1.8")
'com.github.fartherp:framework-compress:jar:1.1.8'
<dependency org="com.github.fartherp" name="framework-compress" rev="1.1.8">
<artifact name="framework-compress" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-compress', version='1.1.8')
)
libraryDependencies += "com.github.fartherp" % "framework-compress" % "1.1.8"
[com.github.fartherp/framework-compress "1.1.8"]