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