| Группа | Группаcom.solacesystems |
|---|---|
| Идентификатор | Идентификаторsolsuite |
| Версия | Версия10.6.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| solsuite-10.6.4.pom | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.solacesystems/solsuite/ -->
<dependency>
<groupId>com.solacesystems</groupId>
<artifactId>solsuite</artifactId>
<version>10.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.solacesystems/solsuite/
implementation 'com.solacesystems:solsuite:10.6.4'
// https://jarcasting.com/artifacts/com.solacesystems/solsuite/
implementation ("com.solacesystems:solsuite:10.6.4")
'com.solacesystems:solsuite:pom:10.6.4'
<dependency org="com.solacesystems" name="solsuite" rev="10.6.4">
<artifact name="solsuite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.solacesystems', module='solsuite', version='10.6.4')
)
libraryDependencies += "com.solacesystems" % "solsuite" % "10.6.4"
[com.solacesystems/solsuite "10.6.4"]