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