| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаorg.webjars |
| Идентификатор | Идентификаторautobahnjs |
| Версия | Версия0.8.2 |
| Тип | Типjar |
| Описание |
ОписаниеAutobahnJS
WebJar for AutobahnJS. The 0.8.2 version implement the WAMP v1
protocol.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| autobahnjs-0.8.2.pom | |
| autobahnjs-0.8.2.jar | 45 KB |
| autobahnjs-0.8.2-sources.jar | 46 KB |
| autobahnjs-0.8.2-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars/autobahnjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>autobahnjs</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/autobahnjs/
implementation 'org.webjars:autobahnjs:0.8.2'
// https://jarcasting.com/artifacts/org.webjars/autobahnjs/
implementation ("org.webjars:autobahnjs:0.8.2")
'org.webjars:autobahnjs:jar:0.8.2'
<dependency org="org.webjars" name="autobahnjs" rev="0.8.2">
<artifact name="autobahnjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='autobahnjs', version='0.8.2')
)
libraryDependencies += "org.webjars" % "autobahnjs" % "0.8.2"
[org.webjars/autobahnjs "0.8.2"]