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