MVN

com.squareup.misk : misk-crypto-testing

Maven & Gradle

Apr 05, 2023
386 stars

misk-crypto-testing · Misk module for testing managed cryptographic keys

<dependency>
    <groupId>com.squareup.misk</groupId>
    <artifactId>misk-crypto-testing</artifactId>
    <version>0.25.0-20230405.1913-51e097f</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.misk : misk-crypto-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.25.0-20230405.1913-51e097f

All Versions

Choose a version of com.squareup.misk : misk-crypto-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.25.x
misk-crypto-testing-0.25.0-20230405.1913-51e097f
misk-crypto-testing-0.25.0-20230329.1301-8aecd54
misk-crypto-testing-0.25.0-20230315.1722-95a0d22

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup.misk</groupId>
    <artifactId>misk-crypto-testing</artifactId>
    <version>0.25.0-20230405.1913-51e097f</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.misk : misk-crypto-testing gradle dependency to your build.gradle file:

implementation 'com.squareup.misk:misk-crypto-testing:0.25.0-20230405.1913-51e097f'

Gradle Kotlin DSL: Add the following com.squareup.misk : misk-crypto-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.misk:misk-crypto-testing:0.25.0-20230405.1913-51e097f")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.misk : misk-crypto-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.misk" % "misk-crypto-testing" % "0.25.0-20230405.1913-51e097f"

Advertisement