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