MVN

com.oneeyedmen : okeydoke

Maven & Gradle

Jun 29, 2021
1 usages
26 stars

okeydoke · An approvals test library

<dependency>
    <groupId>com.oneeyedmen</groupId>
    <artifactId>okeydoke</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oneeyedmen : okeydoke to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of com.oneeyedmen : okeydoke to add to Maven or Gradle - All Versions:

  • Version Updated
  • okeydoke-1.3.3

    Jun 29, 2021
  • okeydoke-1.2.0

    May 12, 2019
  • okeydoke-1.1.0

    Oct 12, 2017
  • okeydoke-1.0.8

    Feb 27, 2017
  • okeydoke-1.0.7

    Feb 25, 2017
  • okeydoke-1.0.6

    May 03, 2016
  • okeydoke-1.0.5

    May 03, 2016
  • okeydoke-1.0.4

    Dec 22, 2015
  • okeydoke-1.0.3

    Dec 03, 2015
  • okeydoke-1.0.2

    May 10, 2015
  • okeydoke-1.0.1

    Apr 28, 2015

How to add a dependency to Maven

Add the following com.oneeyedmen : okeydoke maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oneeyedmen</groupId>
    <artifactId>okeydoke</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oneeyedmen : okeydoke gradle dependency to your build.gradle file:

implementation 'com.oneeyedmen:okeydoke:1.3.3'

Gradle Kotlin DSL: Add the following com.oneeyedmen : okeydoke gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oneeyedmen:okeydoke:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oneeyedmen : okeydoke sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oneeyedmen" % "okeydoke" % "1.3.3"