MVN

com.vogosport.git : playerlib-new-ui

Maven & Gradle

Sep 12, 2022

PlayerLibNewUI library · EShort description of your library

<dependency>
    <groupId>com.vogosport.git</groupId>
    <artifactId>playerlib-new-ui</artifactId>
    <version>6.12.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vogosport.git : playerlib-new-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.12.10

All Versions

Choose a version of com.vogosport.git : playerlib-new-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.12.x
playerlib-new-ui-6.12.10
playerlib-new-ui-6.12.7.1
playerlib-new-ui-6.12.7

How to add a dependency to Maven

Add the following com.vogosport.git : playerlib-new-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vogosport.git</groupId>
    <artifactId>playerlib-new-ui</artifactId>
    <version>6.12.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vogosport.git : playerlib-new-ui gradle dependency to your build.gradle file:

implementation 'com.vogosport.git:playerlib-new-ui:6.12.10'

Gradle Kotlin DSL: Add the following com.vogosport.git : playerlib-new-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vogosport.git:playerlib-new-ui:6.12.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vogosport.git : playerlib-new-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vogosport.git" % "playerlib-new-ui" % "6.12.10"