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