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