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