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