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