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