GroupId | GroupIdcom.solacesystems |
---|---|
ArtifactId | ArtifactIdsol-jms |
Version | Version10.6.3 |
Type | Typejar |
Filename | Size |
---|---|
sol-jms-10.6.3.pom | |
sol-jms-10.6.3.jar | 1 MB |
sol-jms-10.6.3-sources.jar | 4 KB |
sol-jms-10.6.3-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.solacesystems/sol-jms/ -->
<dependency>
<groupId>com.solacesystems</groupId>
<artifactId>sol-jms</artifactId>
<version>10.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.solacesystems/sol-jms/
implementation 'com.solacesystems:sol-jms:10.6.3'
// https://jarcasting.com/artifacts/com.solacesystems/sol-jms/
implementation ("com.solacesystems:sol-jms:10.6.3")
'com.solacesystems:sol-jms:jar:10.6.3'
<dependency org="com.solacesystems" name="sol-jms" rev="10.6.3">
<artifact name="sol-jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.solacesystems', module='sol-jms', version='10.6.3')
)
libraryDependencies += "com.solacesystems" % "sol-jms" % "10.6.3"
[com.solacesystems/sol-jms "10.6.3"]