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