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