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