Files download
File Operation
ppinot-model-2.2.jar download
ppinot-model-2.2.pom download
ppinot-model-2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>es.us.isa.ppinot</groupId>
  <artifactId>ppinot-model</artifactId>
  <version>2.2</version>
</dependency>
Gradle Groovy
implementation 'es.us.isa.ppinot:ppinot-model:2.2'
Gradle Kotlin
implementation("es.us.isa.ppinot:ppinot-model:2.2")
Scala SBT
libraryDependencies += "es.us.isa.ppinot" % "ppinot-model" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='es.us.isa.ppinot', module='ppinot-model', version='2.2')
)
Apache Ivy
<dependency org="es.us.isa.ppinot" name="ppinot-model" rev="2.2" />
Leiningen
[es.us.isa.ppinot/ppinot-model "2.2"]
Apache Buildr
'es.us.isa.ppinot:ppinot-model:jar:2.2'