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