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