| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.bordertech.taskmaster |
| Идентификатор | Идентификаторtaskmaster-parent |
| Версия | Версия2.0.0-beta-1 |
| Тип | Типpom |
| Описание |
Описаниеtaskmaster-parent
Task Master allows a Runnable task to be submitted for execution and returns a Future representing that task.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| taskmaster-parent-2.0.0-beta-1.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-parent/ -->
<dependency>
<groupId>com.github.bordertech.taskmaster</groupId>
<artifactId>taskmaster-parent</artifactId>
<version>2.0.0-beta-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-parent/
implementation 'com.github.bordertech.taskmaster:taskmaster-parent:2.0.0-beta-1'
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-parent/
implementation ("com.github.bordertech.taskmaster:taskmaster-parent:2.0.0-beta-1")
'com.github.bordertech.taskmaster:taskmaster-parent:pom:2.0.0-beta-1'
<dependency org="com.github.bordertech.taskmaster" name="taskmaster-parent" rev="2.0.0-beta-1">
<artifact name="taskmaster-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.taskmaster', module='taskmaster-parent', version='2.0.0-beta-1')
)
libraryDependencies += "com.github.bordertech.taskmaster" % "taskmaster-parent" % "2.0.0-beta-1"
[com.github.bordertech.taskmaster/taskmaster-parent "2.0.0-beta-1"]