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