MVN

com.garyclayburg : upbanner-starter

Maven & Gradle

Jul 15, 2021
0 stars
<dependency>
    <groupId>com.garyclayburg</groupId>
    <artifactId>upbanner-starter</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.garyclayburg : upbanner-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3

All Versions

Choose a version of com.garyclayburg : upbanner-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
upbanner-starter-2.3.3
upbanner-starter-2.3.2
upbanner-starter-2.3.1
upbanner-starter-2.3.0
2.2.x
upbanner-starter-2.2.5
upbanner-starter-2.2.4
2.1.x
upbanner-starter-2.1.1
2.0.x
upbanner-starter-2.0.13

How to add a dependency to Maven

Add the following com.garyclayburg : upbanner-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.garyclayburg</groupId>
    <artifactId>upbanner-starter</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.garyclayburg : upbanner-starter gradle dependency to your build.gradle file:

implementation 'com.garyclayburg:upbanner-starter:2.3.3'

Gradle Kotlin DSL: Add the following com.garyclayburg : upbanner-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.garyclayburg:upbanner-starter:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.garyclayburg : upbanner-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.garyclayburg" % "upbanner-starter" % "2.3.3"

Advertisement