| GroupId | GroupIdcom.vmlens |
|---|---|
| ArtifactId | ArtifactIdexecutor-service |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| executor-service-1.0.0.pom | |
| executor-service-1.0.0.jar | 26 KB |
| executor-service-1.0.0-sources.jar | 17 KB |
| executor-service-1.0.0-javadoc.jar | 173 KB |
| Browse |
<!-- 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"]