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