Peon

A peon that goes away in the background to perform any menial labour tasks you care to throw at it.

Лицензия

Лицензия

Группа

Группа

com.github.githubpeon
Идентификатор

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

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

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Peon
A peon that goes away in the background to perform any menial labour tasks you care to throw at it.
Ссылка на сайт

Ссылка на сайт

https://github.com/githubpeon/peon
Система контроля версий

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

http://github.com/githubpeon/peon

Скачать peon

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

<!-- https://jarcasting.com/artifacts/com.github.githubpeon/peon/ -->
<dependency>
    <groupId>com.github.githubpeon</groupId>
    <artifactId>peon</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.githubpeon/peon/
implementation 'com.github.githubpeon:peon:1.0.2'
// https://jarcasting.com/artifacts/com.github.githubpeon/peon/
implementation ("com.github.githubpeon:peon:1.0.2")
'com.github.githubpeon:peon:jar:1.0.2'
<dependency org="com.github.githubpeon" name="peon" rev="1.0.2">
  <artifact name="peon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.githubpeon', module='peon', version='1.0.2')
)
libraryDependencies += "com.github.githubpeon" % "peon" % "1.0.2"
[com.github.githubpeon/peon "1.0.2"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

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

peon

A Java peon that goes off into the background to perform any menial tasks you care to throw at it.

Write reusable task classes for any tasks that you want to run in the background rather than lock up your UI. Use the task events fired on the UI event thread to update the UI to show the progress of the background tasks. Use annotations to define task concurrency rules. Necessary? No. Simple and useful? Hopefully!

See the wiki at https://github.com/githubpeon/peon/wiki for a more in depth overview and some examples.

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

Версия
1.0.2