| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.fusesource.stomp |
| Идентификатор | Идентификаторscomp |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
Описаниеscomp
A Stomp Client written in Scala
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| scomp-1.0.0.pom | |
| scomp-1.0.0.jar | 29 KB |
| scomp-1.0.0-sources.jar | 6 KB |
| scomp-1.0.0-source-release.zip | 18 KB |
| scomp-1.0.0-source-release.tar.gz | 9 KB |
| scomp-1.0.0-scaladoc.jar | 360 KB |
| scomp-1.0.0-javadoc.jar | 363 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.fusesource.stomp/scomp/ -->
<dependency>
<groupId>org.fusesource.stomp</groupId>
<artifactId>scomp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.stomp/scomp/
implementation 'org.fusesource.stomp:scomp:1.0.0'
// https://jarcasting.com/artifacts/org.fusesource.stomp/scomp/
implementation ("org.fusesource.stomp:scomp:1.0.0")
'org.fusesource.stomp:scomp:jar:1.0.0'
<dependency org="org.fusesource.stomp" name="scomp" rev="1.0.0">
<artifact name="scomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.stomp', module='scomp', version='1.0.0')
)
libraryDependencies += "org.fusesource.stomp" % "scomp" % "1.0.0"
[org.fusesource.stomp/scomp "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.fusesource.hawtbuf : hawtbuf-proto | jar | 1.9 |
| org.fusesource.hawtdispatch : hawtdispatch-scala | jar | 1.11 |
| org.eintr.loglady : loglady_2.10 | jar | 1.1.0 |
| org.apache.activemq : apollo-stomp | jar | 1.6 |
| org.apache.activemq : apollo-broker | jar | 1.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.4 |
| org.scalatest : scalatest_2.10 | jar | 1.9.1 |