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