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