License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdio.github.whiskeysierra |
ArtifactId | ArtifactIdswitchboard |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionSwitchboard
An in-process message router that helps to write simple, asynchronous, state-based and collaboration tests.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
switchboard-0.3.0.pom | |
switchboard-0.3.0.jar | 34 KB |
switchboard-0.3.0-sources.jar | 17 KB |
switchboard-0.3.0-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.whiskeysierra/switchboard/ -->
<dependency>
<groupId>io.github.whiskeysierra</groupId>
<artifactId>switchboard</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.whiskeysierra/switchboard/
implementation 'io.github.whiskeysierra:switchboard:0.3.0'
// https://jarcasting.com/artifacts/io.github.whiskeysierra/switchboard/
implementation ("io.github.whiskeysierra:switchboard:0.3.0")
'io.github.whiskeysierra:switchboard:jar:0.3.0'
<dependency org="io.github.whiskeysierra" name="switchboard" rev="0.3.0">
<artifact name="switchboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.whiskeysierra', module='switchboard', version='0.3.0')
)
libraryDependencies += "io.github.whiskeysierra" % "switchboard" % "0.3.0"
[io.github.whiskeysierra/switchboard "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.google.guava : guava | jar | 28.2-jre |
org.zalando : faux-pas | jar | 0.8.0 |
org.organicdesign : Paguro | jar | 3.1.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gag : gag | jar | 1.0.1 |
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.7.30 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.0 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
org.hobsoft.hamcrest : hamcrest-compose | jar | 0.4.0 |
org.mockito : mockito-core | jar | 3.2.4 |
org.mockito : mockito-junit-jupiter | jar | 3.2.4 |