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