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