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