Files download
File Operation
RELISON-content-1.0.0.jar download
RELISON-content-1.0.0.pom download
RELISON-content-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ir-uam</groupId>
  <artifactId>RELISON-content</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.ir-uam:RELISON-content:1.0.0'
Gradle Kotlin
implementation("io.github.ir-uam:RELISON-content:1.0.0")
Scala SBT
libraryDependencies += "io.github.ir-uam" % "RELISON-content" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ir-uam', module='RELISON-content', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.ir-uam" name="RELISON-content" rev="1.0.0" />
Leiningen
[io.github.ir-uam/RELISON-content "1.0.0"]
Apache Buildr
'io.github.ir-uam:RELISON-content:jar:1.0.0'