is not current version
Last Version 1.1.0

com.amlinv:java-sched 1.0.0

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.

Categories

Categories

Java Languages
GroupId

GroupId

com.amlinv
ArtifactId

ArtifactId

java-sched
Version

Version

1.0.0
Type

Type

jar

Download java-sched 1.0.0


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