| GroupId | GroupIdcom.github.javawebers |
|---|---|
| ArtifactId | ArtifactIdyt-web |
| Version | Version1.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| yt-web-1.5.1.pom | |
| yt-web-1.5.1.jar | 29 KB |
| yt-web-1.5.1-sources.jar | 20 KB |
| yt-web-1.5.1-javadoc.jar | 163 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.javawebers/yt-web/ -->
<dependency>
<groupId>com.github.javawebers</groupId>
<artifactId>yt-web</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javawebers/yt-web/
implementation 'com.github.javawebers:yt-web:1.5.1'
// https://jarcasting.com/artifacts/com.github.javawebers/yt-web/
implementation ("com.github.javawebers:yt-web:1.5.1")
'com.github.javawebers:yt-web:jar:1.5.1'
<dependency org="com.github.javawebers" name="yt-web" rev="1.5.1">
<artifact name="yt-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javawebers', module='yt-web', version='1.5.1')
)
libraryDependencies += "com.github.javawebers" % "yt-web" % "1.5.1"
[com.github.javawebers/yt-web "1.5.1"]