| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| java-sched-1.1.0.pom | |
| java-sched-1.1.0.jar | 31 KB |
| java-sched-1.1.0-sources.jar | 27 KB |
| java-sched-1.1.0-javadoc.jar | 178 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |