MVN

com.github.javawebers : yt-web

Maven & Gradle

Nov 19, 2021
1 usages
3 stars

https://github.com/javawebers/yt

<dependency>
    <groupId>com.github.javawebers</groupId>
    <artifactId>yt-web</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.javawebers : yt-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.github.javawebers : yt-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
yt-web-3.1.0
3.0.x
yt-web-3.0.0
2.3.x
yt-web-2.3.3
yt-web-2.3.2
yt-web-2.3.1
yt-web-2.3.0
2.2.x
yt-web-2.2.1
yt-web-2.2.0
2.1.x
yt-web-2.1.20
yt-web-2.1.19
yt-web-2.1.18
yt-web-2.1.17
yt-web-2.1.16
yt-web-2.1.15
yt-web-2.1.14
yt-web-2.1.13
yt-web-2.1.12
yt-web-2.1.11
yt-web-2.1.10
yt-web-2.1.9
yt-web-2.1.8
yt-web-2.1.7
yt-web-2.1.6
yt-web-2.1.5
yt-web-2.1.4
yt-web-2.1.3
yt-web-2.1.2
yt-web-2.1.1
yt-web-2.1.0
2.0.x
yt-web-2.0.8
yt-web-2.0.7
yt-web-2.0.6
yt-web-2.0.5
yt-web-2.0.4
yt-web-2.0.3
yt-web-2.0.2
yt-web-2.0.1
yt-web-2.0.0
1.7.x
yt-web-1.7.0
1.6.x
yt-web-1.6.0
1.5.x
yt-web-1.5.5
yt-web-1.5.4
yt-web-1.5.3
yt-web-1.5.2
yt-web-1.5.1
yt-web-1.5.0
1.4.x
yt-web-1.4.1
yt-web-1.4.0
1.3.x
yt-web-1.3.1
yt-web-1.3.0
1.1.x
yt-web-1.1.0
1.0.x
yt-web-1.0.0
0.0.x
yt-web-0.0.100
yt-web-0.0.1

How to add a dependency to Maven

Add the following com.github.javawebers : yt-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.javawebers</groupId>
    <artifactId>yt-web</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.javawebers : yt-web gradle dependency to your build.gradle file:

implementation 'com.github.javawebers:yt-web:3.1.0'

Gradle Kotlin DSL: Add the following com.github.javawebers : yt-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.javawebers:yt-web:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.javawebers : yt-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.javawebers" % "yt-web" % "3.1.0"

Advertisement