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