Java Scheduler

Scheduler of java processes that seeks to optimize the execution of processing tasks by the JVM with minimal threads in order to reduce the overhead of context switching, optimize the utilization of CPU cores, and provide controls to the application over the scheduling of processing tasks.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

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

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

java-sched
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Scheduler
Scheduler of java processes that seeks to optimize the execution of processing tasks by the JVM with minimal threads in order to reduce the overhead of context switching, optimize the utilization of CPU cores, and provide controls to the application over the scheduling of processing tasks.
Ссылка на сайт

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

http://www.github.com/amlinv/javaScheduler

Скачать java-sched

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.7

test (6)

Идентификатор библиотеки Тип Версия
info.cukes : cucumber-core jar 1.2.0
info.cukes : cucumber-java jar 1.2.0
info.cukes : cucumber-junit jar 1.2.0
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5
org.slf4j : slf4j-log4j12 jar 1.7.7

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

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

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

Версия
1.1.0
1.0.1
1.0.0