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

com.vmlens:executor-service 1.0.0

A high throughput java executor service

Группа

Группа

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

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

executor-service
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать executor-service 1.0.0


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