Categories |
CategoriesStagemonitor Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.stagemonitor |
ArtifactId | ArtifactIdstagemonitor-dispatcher |
Version | Version0.85.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.stagemonitor/stagemonitor-dispatcher/ -->
<dependency>
<groupId>org.stagemonitor</groupId>
<artifactId>stagemonitor-dispatcher</artifactId>
<version>0.85.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.stagemonitor/stagemonitor-dispatcher/
implementation 'org.stagemonitor:stagemonitor-dispatcher:0.85.1'
// https://jarcasting.com/artifacts/org.stagemonitor/stagemonitor-dispatcher/
implementation ("org.stagemonitor:stagemonitor-dispatcher:0.85.1")
'org.stagemonitor:stagemonitor-dispatcher:jar:0.85.1'
<dependency org="org.stagemonitor" name="stagemonitor-dispatcher" rev="0.85.1">
<artifact name="stagemonitor-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.stagemonitor', module='stagemonitor-dispatcher', version='0.85.1')
)
libraryDependencies += "org.stagemonitor" % "stagemonitor-dispatcher" % "0.85.1"
[org.stagemonitor/stagemonitor-dispatcher "0.85.1"]