k

kover-offline-runtime

Compiled dependency to ensure the operation of the code that has been instrumented offline
https://github.com/Kotlin/kotlinx-kover
The Apache Software License, Version 2.0
JetBrains Team
Files download
File Operation
kover-offline-runtime-0.7.1.jar download
kover-offline-runtime-0.7.1.pom download
kover-offline-runtime-0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.kotlinx</groupId>
  <artifactId>kover-offline-runtime</artifactId>
  <version>0.7.1</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.kotlinx:kover-offline-runtime:0.7.1'
Gradle Kotlin
implementation("org.jetbrains.kotlinx:kover-offline-runtime:0.7.1")
Scala SBT
libraryDependencies += "org.jetbrains.kotlinx" % "kover-offline-runtime" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.kotlinx', module='kover-offline-runtime', version='0.7.1')
)
Apache Ivy
<dependency org="org.jetbrains.kotlinx" name="kover-offline-runtime" rev="0.7.1" />
Leiningen
[org.jetbrains.kotlinx/kover-offline-runtime "0.7.1"]
Apache Buildr
'org.jetbrains.kotlinx:kover-offline-runtime:jar:0.7.1'
Dependencies
The project has no third-party dependencies