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