lincheck

Lincheck - Framework for testing concurrent data structures

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.jetbrains.kotlinx
ArtifactId

ArtifactId

lincheck
Last Version

Last Version

2.14.1
Release Date

Release Date

Type

Type

pom
Description

Description

lincheck
Lincheck - Framework for testing concurrent data structures
Project URL

Project URL

https://github.com/Kotlin/kotlinx-lincheck
Source Code Management

Source Code Management

https://github.com/Kotlin/kotlinx-lincheck

Download lincheck

How to add to project

<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlinx/lincheck/ -->
<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>lincheck</artifactId>
    <version>2.14.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/lincheck/
implementation 'org.jetbrains.kotlinx:lincheck:2.14.1'
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/lincheck/
implementation ("org.jetbrains.kotlinx:lincheck:2.14.1")
'org.jetbrains.kotlinx:lincheck:pom:2.14.1'
<dependency org="org.jetbrains.kotlinx" name="lincheck" rev="2.14.1">
  <artifact name="lincheck" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='lincheck', version='2.14.1')
)
libraryDependencies += "org.jetbrains.kotlinx" % "lincheck" % "2.14.1"
[org.jetbrains.kotlinx/lincheck "2.14.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
org.jetbrains.kotlinx

Kotlin

Kotlin Tools and Libraries

Versions

Version
2.14.1
2.14
2.13
2.12