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