GroupId | GroupIdorg.nhind |
---|---|
ArtifactId | ArtifactIddirect-msg-monitor-web |
Version | Version1.1.6 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.nhind/direct-msg-monitor-web/ -->
<dependency>
<groupId>org.nhind</groupId>
<artifactId>direct-msg-monitor-web</artifactId>
<version>1.1.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/direct-msg-monitor-web/
implementation 'org.nhind:direct-msg-monitor-web:1.1.6'
// https://jarcasting.com/artifacts/org.nhind/direct-msg-monitor-web/
implementation ("org.nhind:direct-msg-monitor-web:1.1.6")
'org.nhind:direct-msg-monitor-web:war:1.1.6'
<dependency org="org.nhind" name="direct-msg-monitor-web" rev="1.1.6">
<artifact name="direct-msg-monitor-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='direct-msg-monitor-web', version='1.1.6')
)
libraryDependencies += "org.nhind" % "direct-msg-monitor-web" % "1.1.6"
[org.nhind/direct-msg-monitor-web "1.1.6"]