| GroupId | GroupIdio.github.dokar3 |
|---|---|
| ArtifactId | ArtifactIdsheets |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| sheets-0.1.0.pom | |
| sheets-0.1.0-release.aar | 162 KB |
| sheets-0.1.0-release-sources.jar | 13 KB |
| sheets-0.1.0-release-javadoc.jar | 307 KB |
| sheets-0.1.0-debug.aar | 201 KB |
| sheets-0.1.0-debug-sources.jar | 13 KB |
| sheets-0.1.0-debug-javadoc.jar | 307 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dokar3/sheets/ -->
<dependency>
<groupId>io.github.dokar3</groupId>
<artifactId>sheets</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dokar3/sheets/
implementation 'io.github.dokar3:sheets:0.1.0'
// https://jarcasting.com/artifacts/io.github.dokar3/sheets/
implementation ("io.github.dokar3:sheets:0.1.0")
'io.github.dokar3:sheets:pom:0.1.0'
<dependency org="io.github.dokar3" name="sheets" rev="0.1.0">
<artifact name="sheets" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dokar3', module='sheets', version='0.1.0')
)
libraryDependencies += "io.github.dokar3" % "sheets" % "0.1.0"
[io.github.dokar3/sheets "0.1.0"]