org.fusesource.hawtdispatch:hawtdispatch-website

The HawtDispatch Website

Лицензия

Лицензия

Группа

Группа

org.fusesource.hawtdispatch
Идентификатор

Идентификатор

hawtdispatch-website
Последняя версия

Последняя версия

1.22
Дата

Дата

Тип

Тип

pom
Описание

Описание

The HawtDispatch Website
Организация-разработчик

Организация-разработчик

FuseSource, Corp.
Система контроля версий

Система контроля версий

http://github.com/fusesource/hawtdispatch/tree/master/hawtdispatch-website

Скачать hawtdispatch-website

Имя Файла Размер
hawtdispatch-website-1.22.pom 5 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-website/ -->
<dependency>
    <groupId>org.fusesource.hawtdispatch</groupId>
    <artifactId>hawtdispatch-website</artifactId>
    <version>1.22</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-website/
implementation 'org.fusesource.hawtdispatch:hawtdispatch-website:1.22'
// https://jarcasting.com/artifacts/org.fusesource.hawtdispatch/hawtdispatch-website/
implementation ("org.fusesource.hawtdispatch:hawtdispatch-website:1.22")
'org.fusesource.hawtdispatch:hawtdispatch-website:pom:1.22'
<dependency org="org.fusesource.hawtdispatch" name="hawtdispatch-website" rev="1.22">
  <artifact name="hawtdispatch-website" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.hawtdispatch', module='hawtdispatch-website', version='1.22')
)
libraryDependencies += "org.fusesource.hawtdispatch" % "hawtdispatch-website" % "1.22"
[org.fusesource.hawtdispatch/hawtdispatch-website "1.22"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.9.1
org.scala-lang : scala-compiler jar 2.9.1
org.fusesource.scalate : scalate-wikitext jar 1.5.3
org.fusesource.scalate : scalate-page jar 1.5.3
org.fusesource.scalamd : scalamd jar 1.5
org.slf4j : slf4j-nop jar 1.6.0

Модули Проекта

Данный проект не имеет модулей.

HawtDispatch

Synopsis

HawtDispatch is a small ( less than 100k ) thread pooling and NIO handling framework API modeled after the libdispatch API. libdispatch is the API that Apple created to power the Grand Central Dispatch (GCD) technology in OS X. It allows you to more easily develop multi-threaded applications which can more easily scale to take advantage of all the processing cores on your machine. At the same time, its development model simplifies solving many of the problems that plague multi-threaded NIO development.

Resources

Building from Source

Prerequisites:

In the this directory, run:

mvn install
org.fusesource.hawtdispatch

FuseSource

Версии библиотеки

Версия
1.22
1.21
1.20
1.19
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1