| Категории |
КатегорииAnt Компиляция и сборка CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаio.mantisrx |
| Идентификатор | Идентификаторmantis-server-worker-client |
| Версия | Версия1.2.31 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.mantisrx/mantis-server-worker-client/ -->
<dependency>
<groupId>io.mantisrx</groupId>
<artifactId>mantis-server-worker-client</artifactId>
<version>1.2.31</version>
</dependency>
// https://jarcasting.com/artifacts/io.mantisrx/mantis-server-worker-client/
implementation 'io.mantisrx:mantis-server-worker-client:1.2.31'
// https://jarcasting.com/artifacts/io.mantisrx/mantis-server-worker-client/
implementation ("io.mantisrx:mantis-server-worker-client:1.2.31")
'io.mantisrx:mantis-server-worker-client:jar:1.2.31'
<dependency org="io.mantisrx" name="mantis-server-worker-client" rev="1.2.31">
<artifact name="mantis-server-worker-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mantisrx', module='mantis-server-worker-client', version='1.2.31')
)
libraryDependencies += "io.mantisrx" % "mantis-server-worker-client" % "1.2.31"
[io.mantisrx/mantis-server-worker-client "1.2.31"]