| GroupId | GroupIdcom.forio.epicenter |
|---|---|
| ArtifactId | ArtifactIdepicenter-model |
| Version | Version1.8.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| epicenter-model-1.8.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.forio.epicenter/epicenter-model/ -->
<dependency>
<groupId>com.forio.epicenter</groupId>
<artifactId>epicenter-model</artifactId>
<version>1.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.forio.epicenter/epicenter-model/
implementation 'com.forio.epicenter:epicenter-model:1.8.0'
// https://jarcasting.com/artifacts/com.forio.epicenter/epicenter-model/
implementation ("com.forio.epicenter:epicenter-model:1.8.0")
'com.forio.epicenter:epicenter-model:pom:1.8.0'
<dependency org="com.forio.epicenter" name="epicenter-model" rev="1.8.0">
<artifact name="epicenter-model" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.forio.epicenter', module='epicenter-model', version='1.8.0')
)
libraryDependencies += "com.forio.epicenter" % "epicenter-model" % "1.8.0"
[com.forio.epicenter/epicenter-model "1.8.0"]