GroupId | GroupIdcom.solacesystems |
---|---|
ArtifactId | ArtifactIdsolsuite |
Version | Version10.6.3 |
Type | Typepom |
Filename | Size |
---|---|
solsuite-10.6.3.pom | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.solacesystems/solsuite/ -->
<dependency>
<groupId>com.solacesystems</groupId>
<artifactId>solsuite</artifactId>
<version>10.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.solacesystems/solsuite/
implementation 'com.solacesystems:solsuite:10.6.3'
// https://jarcasting.com/artifacts/com.solacesystems/solsuite/
implementation ("com.solacesystems:solsuite:10.6.3")
'com.solacesystems:solsuite:pom:10.6.3'
<dependency org="com.solacesystems" name="solsuite" rev="10.6.3">
<artifact name="solsuite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.solacesystems', module='solsuite', version='10.6.3')
)
libraryDependencies += "com.solacesystems" % "solsuite" % "10.6.3"
[com.solacesystems/solsuite "10.6.3"]