| Категории |
КатегорииGroovy Языки программирования |
|---|---|
| Группа | Группаorg.apache.batchee |
| Идентификатор | Идентификаторbatchee-groovy |
| Версия | Версия0.4-incubating |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| batchee-groovy-0.4-incubating.pom | |
| batchee-groovy-0.4-incubating.jar | 15 KB |
| batchee-groovy-0.4-incubating-sources.jar | 13 KB |
| batchee-groovy-0.4-incubating-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-groovy/ -->
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-groovy</artifactId>
<version>0.4-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-groovy/
implementation 'org.apache.batchee:batchee-groovy:0.4-incubating'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-groovy/
implementation ("org.apache.batchee:batchee-groovy:0.4-incubating")
'org.apache.batchee:batchee-groovy:jar:0.4-incubating'
<dependency org="org.apache.batchee" name="batchee-groovy" rev="0.4-incubating">
<artifact name="batchee-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-groovy', version='0.4-incubating')
)
libraryDependencies += "org.apache.batchee" % "batchee-groovy" % "0.4-incubating"
[org.apache.batchee/batchee-groovy "0.4-incubating"]