| GroupId | GroupIdorg.whitesource |
|---|---|
| ArtifactId | ArtifactIdwss-agent-report |
| Version | Version2.2.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wss-agent-report-2.2.8.pom | |
| wss-agent-report-2.2.8.jar | 19 KB |
| wss-agent-report-2.2.8-sources.jar | 15 KB |
| wss-agent-report-2.2.8-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whitesource/wss-agent-report/ -->
<dependency>
<groupId>org.whitesource</groupId>
<artifactId>wss-agent-report</artifactId>
<version>2.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.whitesource/wss-agent-report/
implementation 'org.whitesource:wss-agent-report:2.2.8'
// https://jarcasting.com/artifacts/org.whitesource/wss-agent-report/
implementation ("org.whitesource:wss-agent-report:2.2.8")
'org.whitesource:wss-agent-report:jar:2.2.8'
<dependency org="org.whitesource" name="wss-agent-report" rev="2.2.8">
<artifact name="wss-agent-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whitesource', module='wss-agent-report', version='2.2.8')
)
libraryDependencies += "org.whitesource" % "wss-agent-report" % "2.2.8"
[org.whitesource/wss-agent-report "2.2.8"]