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