GroupId | GroupIdorg.wso2.carbon.commons |
---|---|
ArtifactId | ArtifactIdsoap-tracer-feature |
Version | Version4.5.1 |
Type | Typepom |
Filename | Size |
---|---|
soap-tracer-feature-4.5.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/soap-tracer-feature/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>soap-tracer-feature</artifactId>
<version>4.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/soap-tracer-feature/
implementation 'org.wso2.carbon.commons:soap-tracer-feature:4.5.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/soap-tracer-feature/
implementation ("org.wso2.carbon.commons:soap-tracer-feature:4.5.1")
'org.wso2.carbon.commons:soap-tracer-feature:pom:4.5.1'
<dependency org="org.wso2.carbon.commons" name="soap-tracer-feature" rev="4.5.1">
<artifact name="soap-tracer-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='soap-tracer-feature', version='4.5.1')
)
libraryDependencies += "org.wso2.carbon.commons" % "soap-tracer-feature" % "4.5.1"
[org.wso2.carbon.commons/soap-tracer-feature "4.5.1"]