GroupId | GroupIdcom.solacesystems |
---|---|
ArtifactId | ArtifactIdsol-jms |
Version | Version10.6.2 |
Type | Typejar |
Filename | Size |
---|---|
sol-jms-10.6.2.pom | |
sol-jms-10.6.2.jar | 1 MB |
sol-jms-10.6.2-sources.jar | 4 KB |
sol-jms-10.6.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.solacesystems/sol-jms/
implementation 'com.solacesystems:sol-jms:10.6.2'
// https://jarcasting.com/artifacts/com.solacesystems/sol-jms/
implementation ("com.solacesystems:sol-jms:10.6.2")
'com.solacesystems:sol-jms:jar:10.6.2'
<dependency org="com.solacesystems" name="sol-jms" rev="10.6.2">
<artifact name="sol-jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.solacesystems', module='sol-jms', version='10.6.2')
)
libraryDependencies += "com.solacesystems" % "sol-jms" % "10.6.2"
[com.solacesystems/sol-jms "10.6.2"]