| Лицензия |
Лицензия
The BSD license
|
|---|---|
| Категории |
КатегорииDistribution Компиляция и сборка |
| Группа | Группаfoxtrot |
| Идентификатор | Идентификаторfoxtrot-distribution |
| Последняя версия | Последняя версия4.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеFoxtrot Distribution
Small and powerful synchronous API for using threads with Swing and Java Web Start
|
| Имя Файла | Размер |
|---|---|
| foxtrot-distribution-4.0.pom | 1006 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/foxtrot/foxtrot-distribution/ -->
<dependency>
<groupId>foxtrot</groupId>
<artifactId>foxtrot-distribution</artifactId>
<version>4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/foxtrot/foxtrot-distribution/
implementation 'foxtrot:foxtrot-distribution:4.0'
// https://jarcasting.com/artifacts/foxtrot/foxtrot-distribution/
implementation ("foxtrot:foxtrot-distribution:4.0")
'foxtrot:foxtrot-distribution:pom:4.0'
<dependency org="foxtrot" name="foxtrot-distribution" rev="4.0">
<artifact name="foxtrot-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='foxtrot', module='foxtrot-distribution', version='4.0')
)
libraryDependencies += "foxtrot" % "foxtrot-distribution" % "4.0"
[foxtrot/foxtrot-distribution "4.0"]