MVN

com.trywildcard.pair : wildcard-pair

Maven & Gradle

Feb 11, 2015
3 stars

Wildcard Pair Java SDK · SDK for brands, merchants, and publishers to create cards for their content

<dependency>
    <groupId>com.trywildcard.pair</groupId>
    <artifactId>wildcard-pair</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trywildcard.pair : wildcard-pair to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of com.trywildcard.pair : wildcard-pair to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
wildcard-pair-0.4.6
0.3.x
wildcard-pair-0.3.1

How to add a dependency to Maven

Add the following com.trywildcard.pair : wildcard-pair maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trywildcard.pair</groupId>
    <artifactId>wildcard-pair</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trywildcard.pair : wildcard-pair gradle dependency to your build.gradle file:

implementation 'com.trywildcard.pair:wildcard-pair:0.4.6'

Gradle Kotlin DSL: Add the following com.trywildcard.pair : wildcard-pair gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trywildcard.pair:wildcard-pair:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trywildcard.pair : wildcard-pair sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trywildcard.pair" % "wildcard-pair" % "0.4.6"