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