| Группа | Группаio.nacular.doodle |
|---|---|
| Идентификатор | Идентификаторthemes |
| Версия | Версия0.3.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| themes-0.3.4.pom | |
| themes-0.3.4-javadoc.jar | 301 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.nacular.doodle/themes/ -->
<dependency>
<groupId>io.nacular.doodle</groupId>
<artifactId>themes</artifactId>
<version>0.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.nacular.doodle/themes/
implementation 'io.nacular.doodle:themes:0.3.4'
// https://jarcasting.com/artifacts/io.nacular.doodle/themes/
implementation ("io.nacular.doodle:themes:0.3.4")
'io.nacular.doodle:themes:pom:0.3.4'
<dependency org="io.nacular.doodle" name="themes" rev="0.3.4">
<artifact name="themes" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.nacular.doodle', module='themes', version='0.3.4')
)
libraryDependencies += "io.nacular.doodle" % "themes" % "0.3.4"
[io.nacular.doodle/themes "0.3.4"]