MVN

com.github.lemfi.kest : sample

Maven & Gradle

Jun 01, 2021
8 stars

Kest · Backends testing with Kotlin

<dependency>
    <groupId>com.github.lemfi.kest</groupId>
    <artifactId>sample</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lemfi.kest : sample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.github.lemfi.kest : sample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
sample-0.1.1
sample-0.1.0
0.0.x
sample-0.0.12
sample-0.0.11
sample-0.0.10
sample-0.0.9
sample-0.0.8
sample-0.0.7
sample-0.0.6
sample-0.0.5
sample-0.0.4
sample-0.0.3
sample-0.0.2
sample-0.0.1

How to add a dependency to Maven

Add the following com.github.lemfi.kest : sample maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lemfi.kest</groupId>
    <artifactId>sample</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lemfi.kest : sample gradle dependency to your build.gradle file:

implementation 'com.github.lemfi.kest:sample:0.1.1'

Gradle Kotlin DSL: Add the following com.github.lemfi.kest : sample gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lemfi.kest:sample:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lemfi.kest : sample sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lemfi.kest" % "sample" % "0.1.1"

Advertisement

Dependencies from Group

May 05, 2023
12 usages
8 stars
May 05, 2023
5 usages
8 stars
May 05, 2023
2 usages
8 stars
May 05, 2023
2 usages
8 stars
May 05, 2023
1 usages
8 stars

Discover Dependencies