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