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