<dependency> <groupId>com.solacesystems</groupId> <artifactId>sol-jcsmp</artifactId> <version>10.2.2</version> </dependency>
implementation 'com.solacesystems:sol-jcsmp:10.2.2'
implementation("com.solacesystems:sol-jcsmp:10.2.2")
libraryDependencies += "com.solacesystems" % "sol-jcsmp" % "10.2.2"
@Grapes( @Grab(group='com.solacesystems', module='sol-jcsmp', version='10.2.2') )
<dependency org="com.solacesystems" name="sol-jcsmp" rev="10.2.2" />
[com.solacesystems/sol-jcsmp "10.2.2"]
'com.solacesystems:sol-jcsmp:jar:10.2.2'
<parent> <groupId>com.solacesystems</groupId> <artifactId>solsuite</artifactId> <version>10.2.2</version> </parent>
compile
|-- commons-logging:commons-logging
|-- commons-lang:commons-lang
|-- org.osgi:org.osgi.annotation
test
|-- junit:junit
|-- log4j:log4j
|-- org.mockito:mockito-all
|-- com.solacesystems:socketjni