| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.cit-ec.tcs.alignment |
| Идентификатор | Идентификаторparallel |
| Последняя версия | Последняя версия3.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTCS Alignment Toolbox Parallel Computing
This module provides a very basic support for the parallel
computing of tasks (Engine class) and entries of a matrix (MatrixEngine).
This is basically just a wrapper around the java standard functionality
for parallel computing (mainly the Standard Thread Pool and the Future
interface). Additional functionality is provided by the ProgressReporter
interface, which can be used as a hook to provide information on the
current state of the parallel computing task to other modules or the user.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parallel-3.1.1.pom | |
| parallel-3.1.1.jar | 13 KB |
| parallel-3.1.1-sources.jar | 10 KB |
| parallel-3.1.1-javadoc.jar | 59 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/parallel/ -->
<dependency>
<groupId>de.cit-ec.tcs.alignment</groupId>
<artifactId>parallel</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/parallel/
implementation 'de.cit-ec.tcs.alignment:parallel:3.1.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/parallel/
implementation ("de.cit-ec.tcs.alignment:parallel:3.1.1")
'de.cit-ec.tcs.alignment:parallel:jar:3.1.1'
<dependency org="de.cit-ec.tcs.alignment" name="parallel" rev="3.1.1">
<artifact name="parallel" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='parallel', version='3.1.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "parallel" % "3.1.1"
[de.cit-ec.tcs.alignment/parallel "3.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |