MVN

app.cash.trifle : jvm

Maven & Gradle

Aug 25, 2023
11 stars

jvm · Security functionality for interoperability/interaction with core services.

<dependency>
    <groupId>app.cash.trifle</groupId>
    <artifactId>jvm</artifactId>
    <version>0.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.trifle : jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.5

All Versions

Choose a version of app.cash.trifle : jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
jvm-0.2.5
jvm-0.2.4
jvm-0.2.3
jvm-0.2.2
jvm-0.2.1
jvm-0.2.0
0.1.x
jvm-0.1.9
jvm-0.1.8
jvm-0.1.7
jvm-0.1.6
jvm-0.1.5
jvm-0.1.4
jvm-0.1.3
jvm-0.1.2
jvm-0.1.1
jvm-0.1.0

How to add a dependency to Maven

Add the following app.cash.trifle : jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.trifle</groupId>
    <artifactId>jvm</artifactId>
    <version>0.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.trifle : jvm gradle dependency to your build.gradle file:

implementation 'app.cash.trifle:jvm:0.2.5'

Gradle Kotlin DSL: Add the following app.cash.trifle : jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.trifle:jvm:0.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.trifle : jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.trifle" % "jvm" % "0.2.5"

Advertisement