| Categories |
CategoriesMonitoring Application Testing & Monitoring |
|---|---|
| GroupId | GroupIdorg.wso2.msf4j.sample |
| ArtifactId | ArtifactIdhttp-monitoring |
| Version | Version2.5.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-monitoring-2.5.2.pom | |
| http-monitoring-2.5.2.jar | 11 MB |
| http-monitoring-2.5.2-sources.jar | 7 KB |
| http-monitoring-2.5.2-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j.sample/http-monitoring/ -->
<dependency>
<groupId>org.wso2.msf4j.sample</groupId>
<artifactId>http-monitoring</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/http-monitoring/
implementation 'org.wso2.msf4j.sample:http-monitoring:2.5.2'
// https://jarcasting.com/artifacts/org.wso2.msf4j.sample/http-monitoring/
implementation ("org.wso2.msf4j.sample:http-monitoring:2.5.2")
'org.wso2.msf4j.sample:http-monitoring:jar:2.5.2'
<dependency org="org.wso2.msf4j.sample" name="http-monitoring" rev="2.5.2">
<artifact name="http-monitoring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j.sample', module='http-monitoring', version='2.5.2')
)
libraryDependencies += "org.wso2.msf4j.sample" % "http-monitoring" % "2.5.2"
[org.wso2.msf4j.sample/http-monitoring "2.5.2"]