| GroupId | GroupIdcom.diboot |
|---|---|
| ArtifactId | ArtifactIddiboot-components-file |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| diboot-components-file-1.0.pom | |
| diboot-components-file-1.0.jar | 46 KB |
| diboot-components-file-1.0-sources.jar | 31 KB |
| diboot-components-file-1.0-javadoc.jar | 178 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.diboot/diboot-components-file/ -->
<dependency>
<groupId>com.diboot</groupId>
<artifactId>diboot-components-file</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.diboot/diboot-components-file/
implementation 'com.diboot:diboot-components-file:1.0'
// https://jarcasting.com/artifacts/com.diboot/diboot-components-file/
implementation ("com.diboot:diboot-components-file:1.0")
'com.diboot:diboot-components-file:jar:1.0'
<dependency org="com.diboot" name="diboot-components-file" rev="1.0">
<artifact name="diboot-components-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diboot', module='diboot-components-file', version='1.0')
)
libraryDependencies += "com.diboot" % "diboot-components-file" % "1.0"
[com.diboot/diboot-components-file "1.0"]