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