MVN

com.squareup.keywhiz : keywhiz-server

Maven & Gradle

Dec 17, 2021
2.4k stars

Keywhiz Server

<dependency>
    <groupId>com.squareup.keywhiz</groupId>
    <artifactId>keywhiz-server</artifactId>
    <version>0.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.keywhiz : keywhiz-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1

All Versions

Choose a version of com.squareup.keywhiz : keywhiz-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
keywhiz-server-0.10.1
0.8.x
keywhiz-server-0.8.0
0.7.x
keywhiz-server-0.7.10-mysql
keywhiz-server-0.7.10
keywhiz-server-0.7.9-mysql
keywhiz-server-0.7.9-sync
keywhiz-server-0.7.9
keywhiz-server-0.7.8
keywhiz-server-0.7.7-2
keywhiz-server-0.7.6
keywhiz-server-0.7.5
keywhiz-server-0.7.4
keywhiz-server-0.7.3
keywhiz-server-0.7.2
keywhiz-server-0.7.1
keywhiz-server-0.7.0

How to add a dependency to Maven

Add the following com.squareup.keywhiz : keywhiz-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squareup.keywhiz</groupId>
    <artifactId>keywhiz-server</artifactId>
    <version>0.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.keywhiz : keywhiz-server gradle dependency to your build.gradle file:

implementation 'com.squareup.keywhiz:keywhiz-server:0.10.1'

Gradle Kotlin DSL: Add the following com.squareup.keywhiz : keywhiz-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.keywhiz:keywhiz-server:0.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.keywhiz : keywhiz-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.keywhiz" % "keywhiz-server" % "0.10.1"

Advertisement