c

contester-breakpoint

Concurrency Tester for JVM languages. This artifact is used to defined breakpoints in production code.
https://github.com/davidburstrom/contester
The Apache License, Version 2.0
David Burström
Files download
File Operation
contester-breakpoint-0.2.0.jar download
contester-breakpoint-0.2.0.pom download
contester-breakpoint-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.davidburstrom.contester</groupId>
  <artifactId>contester-breakpoint</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.davidburstrom.contester:contester-breakpoint:0.2.0'
Gradle Kotlin
implementation("io.github.davidburstrom.contester:contester-breakpoint:0.2.0")
Scala SBT
libraryDependencies += "io.github.davidburstrom.contester" % "contester-breakpoint" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.davidburstrom.contester', module='contester-breakpoint', version='0.2.0')
)
Apache Ivy
<dependency org="io.github.davidburstrom.contester" name="contester-breakpoint" rev="0.2.0" />
Leiningen
[io.github.davidburstrom.contester/contester-breakpoint "0.2.0"]
Apache Buildr
'io.github.davidburstrom.contester:contester-breakpoint:jar:0.2.0'
Dependencies
The project has no third-party dependencies