MVN

io.github.tvtechservice : tvservice-library

Maven & Gradle

Aug 11, 2023
0 stars

tvservice-library · tvservice-library

<dependency>
    <groupId>io.github.tvtechservice</groupId>
    <artifactId>tvservice-library</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tvtechservice : tvservice-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of io.github.tvtechservice : tvservice-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
tvservice-library-2.1.3
tvservice-library-2.1.2
tvservice-library-2.1.1
2.0.x
tvservice-library-2.0.13
tvservice-library-2.0.12
tvservice-library-2.0.11
tvservice-library-2.0.10
tvservice-library-2.0.9
tvservice-library-2.0.8
tvservice-library-2.0.7
tvservice-library-2.0.6
1.9.x
tvservice-library-1.9.9
tvservice-library-1.9.8
tvservice-library-1.9.1
tvservice-library-1.9.0
1.8.x
tvservice-library-1.8.5
tvservice-library-1.8.4
tvservice-library-1.8.3
tvservice-library-1.8.0

How to add a dependency to Maven

Add the following io.github.tvtechservice : tvservice-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.tvtechservice</groupId>
    <artifactId>tvservice-library</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.tvtechservice : tvservice-library gradle dependency to your build.gradle file:

implementation 'io.github.tvtechservice:tvservice-library:2.1.3'

Gradle Kotlin DSL: Add the following io.github.tvtechservice : tvservice-library gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.tvtechservice:tvservice-library:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.tvtechservice : tvservice-library sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.tvtechservice" % "tvservice-library" % "2.1.3"