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