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