d

data-model

Data Model including dao and repositories of the PDX Finder app
http://www.pdxfinder.org/
The Apache License, Version 2.0
Csaba Halmagyi Alex Follette
Files download
File Operation
data-model-2.0.1.jar download
data-model-2.0.1.pom download
data-model-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pdxfinder</groupId>
  <artifactId>data-model</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.pdxfinder:data-model:2.0.1'
Gradle Kotlin
implementation("org.pdxfinder:data-model:2.0.1")
Scala SBT
libraryDependencies += "org.pdxfinder" % "data-model" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.pdxfinder', module='data-model', version='2.0.1')
)
Apache Ivy
<dependency org="org.pdxfinder" name="data-model" rev="2.0.1" />
Leiningen
[org.pdxfinder/data-model "2.0.1"]
Apache Buildr
'org.pdxfinder:data-model:jar:2.0.1'