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