Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.whitesource |
ArtifactId | ArtifactIdwss-agent-api-client |
Version | Version1.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.whitesource/wss-agent-api-client/ -->
<dependency>
<groupId>org.whitesource</groupId>
<artifactId>wss-agent-api-client</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.whitesource/wss-agent-api-client/
implementation 'org.whitesource:wss-agent-api-client:1.2.2'
// https://jarcasting.com/artifacts/org.whitesource/wss-agent-api-client/
implementation ("org.whitesource:wss-agent-api-client:1.2.2")
'org.whitesource:wss-agent-api-client:jar:1.2.2'
<dependency org="org.whitesource" name="wss-agent-api-client" rev="1.2.2">
<artifact name="wss-agent-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whitesource', module='wss-agent-api-client', version='1.2.2')
)
libraryDependencies += "org.whitesource" % "wss-agent-api-client" % "1.2.2"
[org.whitesource/wss-agent-api-client "1.2.2"]