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