GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-archive-filesystem |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-archive-filesystem/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-archive-filesystem</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-archive-filesystem/
implementation 'com.github.crabs-hue.commons:commons-archive-filesystem:0.4.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-archive-filesystem/
implementation ("com.github.crabs-hue.commons:commons-archive-filesystem:0.4.0")
'com.github.crabs-hue.commons:commons-archive-filesystem:jar:0.4.0'
<dependency org="com.github.crabs-hue.commons" name="commons-archive-filesystem" rev="0.4.0">
<artifact name="commons-archive-filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-archive-filesystem', version='0.4.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-archive-filesystem" % "0.4.0"
[com.github.crabs-hue.commons/commons-archive-filesystem "0.4.0"]