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