License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.amlinv |
ArtifactId | ArtifactIdjava-sched |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
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 |