| GroupId | GroupIdio.github.henryssondaniel.teacup.report |
|---|---|
| ArtifactId | ArtifactIdfile |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| file-1.0.2.pom | |
| file-1.0.2.jar | 5 KB |
| file-1.0.2-sources.jar | 3 KB |
| file-1.0.2-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.report/file/ -->
<dependency>
<groupId>io.github.henryssondaniel.teacup.report</groupId>
<artifactId>file</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.report/file/
implementation 'io.github.henryssondaniel.teacup.report:file:1.0.2'
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.report/file/
implementation ("io.github.henryssondaniel.teacup.report:file:1.0.2")
'io.github.henryssondaniel.teacup.report:file:jar:1.0.2'
<dependency org="io.github.henryssondaniel.teacup.report" name="file" rev="1.0.2">
<artifact name="file" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.henryssondaniel.teacup.report', module='file', version='1.0.2')
)
libraryDependencies += "io.github.henryssondaniel.teacup.report" % "file" % "1.0.2"
[io.github.henryssondaniel.teacup.report/file "1.0.2"]