MVN

org.tomitribe : churchkey

Maven & Gradle

Oct 01, 2021
1 usages
5 stars

Tomitribe :: Churchkey

<dependency>
    <groupId>org.tomitribe</groupId>
    <artifactId>churchkey</artifactId>
    <version>0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tomitribe : churchkey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15

All Versions

Choose a version of org.tomitribe : churchkey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15
churchkey-0.15
0.14
churchkey-0.14
0.12
churchkey-0.12
0.11
churchkey-0.11
0.10
churchkey-0.10
0.9
churchkey-0.9
0.8
churchkey-0.8
0.7
churchkey-0.7
0.6
churchkey-0.6

How to add a dependency to Maven

Add the following org.tomitribe : churchkey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tomitribe</groupId>
    <artifactId>churchkey</artifactId>
    <version>0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tomitribe : churchkey gradle dependency to your build.gradle file:

implementation 'org.tomitribe:churchkey:0.15'

Gradle Kotlin DSL: Add the following org.tomitribe : churchkey gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tomitribe:churchkey:0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tomitribe : churchkey sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tomitribe" % "churchkey" % "0.15"