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