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