| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаio.automatiko.extras |
| Идентификатор | Идентификаторextras |
| Версия | Версия0.6.0 |
| Тип | Типpom |
| Описание |
ОписаниеAutomatiko Engine :: Extras
Additional extensions to capabilities provided by Automatiko
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| extras-0.6.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.automatiko.extras/extras/ -->
<dependency>
<groupId>io.automatiko.extras</groupId>
<artifactId>extras</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.automatiko.extras/extras/
implementation 'io.automatiko.extras:extras:0.6.0'
// https://jarcasting.com/artifacts/io.automatiko.extras/extras/
implementation ("io.automatiko.extras:extras:0.6.0")
'io.automatiko.extras:extras:pom:0.6.0'
<dependency org="io.automatiko.extras" name="extras" rev="0.6.0">
<artifact name="extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.automatiko.extras', module='extras', version='0.6.0')
)
libraryDependencies += "io.automatiko.extras" % "extras" % "0.6.0"
[io.automatiko.extras/extras "0.6.0"]