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