Categories |
CategoriesStagemonitor Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.stagemonitor |
ArtifactId | ArtifactIdstagemonitor-web |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
stagemonitor-web-0.12.0.pom | |
stagemonitor-web-0.12.0.jar | 339 KB |
stagemonitor-web-0.12.0-sources.jar | 313 KB |
stagemonitor-web-0.12.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.stagemonitor/stagemonitor-web/ -->
<dependency>
<groupId>org.stagemonitor</groupId>
<artifactId>stagemonitor-web</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.stagemonitor/stagemonitor-web/
implementation 'org.stagemonitor:stagemonitor-web:0.12.0'
// https://jarcasting.com/artifacts/org.stagemonitor/stagemonitor-web/
implementation ("org.stagemonitor:stagemonitor-web:0.12.0")
'org.stagemonitor:stagemonitor-web:jar:0.12.0'
<dependency org="org.stagemonitor" name="stagemonitor-web" rev="0.12.0">
<artifact name="stagemonitor-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.stagemonitor', module='stagemonitor-web', version='0.12.0')
)
libraryDependencies += "org.stagemonitor" % "stagemonitor-web" % "0.12.0"
[org.stagemonitor/stagemonitor-web "0.12.0"]