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