MVN

com.sigpwned : dropwizard-social-sign-on-core

Maven & Gradle

Aug 29, 2022
1 stars

dropwizard-social-sign-on-core

<dependency>
    <groupId>com.sigpwned</groupId>
    <artifactId>dropwizard-social-sign-on-core</artifactId>
    <version>4.0.0-b3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sigpwned : dropwizard-social-sign-on-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-b3

All Versions

Choose a version of com.sigpwned : dropwizard-social-sign-on-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
dropwizard-social-sign-on-core-4.0.0-b3
3.0.x
dropwizard-social-sign-on-core-3.0.0-b3
dropwizard-social-sign-on-core-3.0.0-b2
dropwizard-social-sign-on-core-3.0.0-b1
2.1.x
dropwizard-social-sign-on-core-2.1.0-b3
2.0.x
dropwizard-social-sign-on-core-2.0.0-b3

How to add a dependency to Maven

Add the following com.sigpwned : dropwizard-social-sign-on-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sigpwned</groupId>
    <artifactId>dropwizard-social-sign-on-core</artifactId>
    <version>4.0.0-b3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sigpwned : dropwizard-social-sign-on-core gradle dependency to your build.gradle file:

implementation 'com.sigpwned:dropwizard-social-sign-on-core:4.0.0-b3'

Gradle Kotlin DSL: Add the following com.sigpwned : dropwizard-social-sign-on-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sigpwned:dropwizard-social-sign-on-core:4.0.0-b3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sigpwned : dropwizard-social-sign-on-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sigpwned" % "dropwizard-social-sign-on-core" % "4.0.0-b3"