GroupId | GroupIdio.github.pablof036.fileops |
---|---|
ArtifactId | ArtifactIdfileops |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
fileops-0.0.1.pom | |
fileops-0.0.1.jar | 5 KB |
fileops-0.0.1-sources.jar | 1 KB |
fileops-0.0.1-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pablof036.fileops/fileops/ -->
<dependency>
<groupId>io.github.pablof036.fileops</groupId>
<artifactId>fileops</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pablof036.fileops/fileops/
implementation 'io.github.pablof036.fileops:fileops:0.0.1'
// https://jarcasting.com/artifacts/io.github.pablof036.fileops/fileops/
implementation ("io.github.pablof036.fileops:fileops:0.0.1")
'io.github.pablof036.fileops:fileops:jar:0.0.1'
<dependency org="io.github.pablof036.fileops" name="fileops" rev="0.0.1">
<artifact name="fileops" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pablof036.fileops', module='fileops', version='0.0.1')
)
libraryDependencies += "io.github.pablof036.fileops" % "fileops" % "0.0.1"
[io.github.pablof036.fileops/fileops "0.0.1"]