MVN

ua.com.lavi : komock-core

Maven & Gradle

Dec 05, 2018
8 stars

komock-core · Komock - mocker framework for REST

<dependency>
    <groupId>ua.com.lavi</groupId>
    <artifactId>komock-core</artifactId>
    <version>1.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ua.com.lavi : komock-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.0

All Versions

Choose a version of ua.com.lavi : komock-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
komock-core-1.10.0
1.9.x
komock-core-1.9.0
1.8.x
komock-core-1.8.1
komock-core-1.8.0
1.7
komock-core-1.7
1.6.x
komock-core-1.6.3
komock-core-1.6.2
komock-core-1.6.1
1.6
komock-core-1.6
1.5.x
komock-core-1.5.8
komock-core-1.5.7
komock-core-1.5.6
komock-core-1.5.5
komock-core-1.5.4
komock-core-1.5.3
komock-core-1.5.2
komock-core-1.5.1
1.5
komock-core-1.5
1.4
komock-core-1.4
1.3.x
komock-core-1.3.1
1.3
komock-core-1.3
1.2.x
komock-core-1.2.6
komock-core-1.2.5
komock-core-1.2.4
komock-core-1.2.3
komock-core-1.2.2
komock-core-1.2.1
1.2
komock-core-1.2
1.1.x
komock-core-1.1.2
komock-core-1.1.1
1.1
komock-core-1.1

How to add a dependency to Maven

Add the following ua.com.lavi : komock-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ua.com.lavi</groupId>
    <artifactId>komock-core</artifactId>
    <version>1.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ua.com.lavi : komock-core gradle dependency to your build.gradle file:

implementation 'ua.com.lavi:komock-core:1.10.0'

Gradle Kotlin DSL: Add the following ua.com.lavi : komock-core gradle kotlin dependency to your build.gradle.kts file:

implementation("ua.com.lavi:komock-core:1.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ua.com.lavi : komock-core sbt scala dependency to your build.sbt file:

libraryDependencies += "ua.com.lavi" % "komock-core" % "1.10.0"

Advertisement