| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.berthax |
| Идентификатор | Идентификаторqr-code |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| qr-code-1.0.4.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.berthax/qr-code/ -->
<dependency>
<groupId>io.github.berthax</groupId>
<artifactId>qr-code</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.berthax/qr-code/
implementation 'io.github.berthax:qr-code:1.0.4'
// https://jarcasting.com/artifacts/io.github.berthax/qr-code/
implementation ("io.github.berthax:qr-code:1.0.4")
'io.github.berthax:qr-code:pom:1.0.4'
<dependency org="io.github.berthax" name="qr-code" rev="1.0.4">
<artifact name="qr-code" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.berthax', module='qr-code', version='1.0.4')
)
libraryDependencies += "io.github.berthax" % "qr-code" % "1.0.4"
[io.github.berthax/qr-code "1.0.4"]