GroupId | GroupIdcom.github.javawebers |
---|---|
ArtifactId | ArtifactIdyt |
Version | Version0.0.100 |
Type | Typepom |
Filename | Size |
---|---|
yt-0.0.100.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javawebers/yt/ -->
<dependency>
<groupId>com.github.javawebers</groupId>
<artifactId>yt</artifactId>
<version>0.0.100</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javawebers/yt/
implementation 'com.github.javawebers:yt:0.0.100'
// https://jarcasting.com/artifacts/com.github.javawebers/yt/
implementation ("com.github.javawebers:yt:0.0.100")
'com.github.javawebers:yt:pom:0.0.100'
<dependency org="com.github.javawebers" name="yt" rev="0.0.100">
<artifact name="yt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.javawebers', module='yt', version='0.0.100')
)
libraryDependencies += "com.github.javawebers" % "yt" % "0.0.100"
[com.github.javawebers/yt "0.0.100"]