| Группа | Группаorg.clevermore |
|---|---|
| Идентификатор | Идентификаторsmartexecutor |
| Версия | Версия1.0.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| smartexecutor-1.0.8.pom | |
| smartexecutor-1.0.8.jar | 88 KB |
| smartexecutor-1.0.8-sources.jar | 34 KB |
| smartexecutor-1.0.8-javadoc.jar | 230 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.clevermore/smartexecutor/ -->
<dependency>
<groupId>org.clevermore</groupId>
<artifactId>smartexecutor</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.clevermore/smartexecutor/
implementation 'org.clevermore:smartexecutor:1.0.8'
// https://jarcasting.com/artifacts/org.clevermore/smartexecutor/
implementation ("org.clevermore:smartexecutor:1.0.8")
'org.clevermore:smartexecutor:jar:1.0.8'
<dependency org="org.clevermore" name="smartexecutor" rev="1.0.8">
<artifact name="smartexecutor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clevermore', module='smartexecutor', version='1.0.8')
)
libraryDependencies += "org.clevermore" % "smartexecutor" % "1.0.8"
[org.clevermore/smartexecutor "1.0.8"]