MVN

co.touchlab.faktory : access-plugin

Maven & Gradle

Apr 12, 2023

Faktory · KMM Packaging and tooling

<dependency>
    <groupId>co.touchlab.faktory</groupId>
    <artifactId>access-plugin</artifactId>
    <version>0.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.touchlab.faktory : access-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of co.touchlab.faktory : access-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
access-plugin-0.9.9
access-plugin-0.9.8
access-plugin-0.9.7
access-plugin-0.9.6

How to add a dependency to Maven

Add the following co.touchlab.faktory : access-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.touchlab.faktory</groupId>
    <artifactId>access-plugin</artifactId>
    <version>0.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.touchlab.faktory : access-plugin gradle dependency to your build.gradle file:

implementation 'co.touchlab.faktory:access-plugin:0.9.9'

Gradle Kotlin DSL: Add the following co.touchlab.faktory : access-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("co.touchlab.faktory:access-plugin:0.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.touchlab.faktory : access-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "co.touchlab.faktory" % "access-plugin" % "0.9.9"