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