Files download
File Operation
epicenter-model-3.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.forio.epicenter</groupId>
  <artifactId>epicenter-model</artifactId>
  <version>3.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.forio.epicenter:epicenter-model:3.0.2'
Gradle Kotlin
implementation("com.forio.epicenter:epicenter-model:3.0.2")
Scala SBT
libraryDependencies += "com.forio.epicenter" % "epicenter-model" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.forio.epicenter', module='epicenter-model', version='3.0.2')
)
Apache Ivy
<dependency org="com.forio.epicenter" name="epicenter-model" rev="3.0.2" />
Leiningen
[com.forio.epicenter/epicenter-model "3.0.2"]
Apache Buildr
'com.forio.epicenter:epicenter-model:jar:3.0.2'
Dependencies
The project has no third-party dependencies