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