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