GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-compress |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-compress-0.2.0.pom | |
commons-compress-0.2.0.jar | 6 KB |
commons-compress-0.2.0-sources.jar | 5 KB |
commons-compress-0.2.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-compress/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-compress/
implementation 'com.github.crabs-hue.commons:commons-compress:0.2.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-compress/
implementation ("com.github.crabs-hue.commons:commons-compress:0.2.0")
'com.github.crabs-hue.commons:commons-compress:jar:0.2.0'
<dependency org="com.github.crabs-hue.commons" name="commons-compress" rev="0.2.0">
<artifact name="commons-compress" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-compress', version='0.2.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-compress" % "0.2.0"
[com.github.crabs-hue.commons/commons-compress "0.2.0"]