GroupId | GroupIdorg.nhind |
---|---|
ArtifactId | ArtifactIddirect-msg-monitor-web |
Version | Version1.0 |
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.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/direct-msg-monitor-web/
implementation 'org.nhind:direct-msg-monitor-web:1.0'
// https://jarcasting.com/artifacts/org.nhind/direct-msg-monitor-web/
implementation ("org.nhind:direct-msg-monitor-web:1.0")
'org.nhind:direct-msg-monitor-web:war:1.0'
<dependency org="org.nhind" name="direct-msg-monitor-web" rev="1.0">
<artifact name="direct-msg-monitor-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='direct-msg-monitor-web', version='1.0')
)
libraryDependencies += "org.nhind" % "direct-msg-monitor-web" % "1.0"
[org.nhind/direct-msg-monitor-web "1.0"]