License |
License |
---|---|
GroupId | GroupIdcom.github.atomashpolskiy |
ArtifactId | ArtifactIdbt-tests |
Version | Version1.9 |
Type | Typejar |
Description |
DescriptionBt Tests
Contains tests for Bt Core and provides a framework for creating Bt integration tests
|
Filename | Size |
---|---|
bt-tests-1.9.pom | |
bt-tests-1.9.jar | 46 KB |
bt-tests-1.9-sources.jar | 30 KB |
bt-tests-1.9-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-tests/ -->
<dependency>
<groupId>com.github.atomashpolskiy</groupId>
<artifactId>bt-tests</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-tests/
implementation 'com.github.atomashpolskiy:bt-tests:1.9'
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-tests/
implementation ("com.github.atomashpolskiy:bt-tests:1.9")
'com.github.atomashpolskiy:bt-tests:jar:1.9'
<dependency org="com.github.atomashpolskiy" name="bt-tests" rev="1.9">
<artifact name="bt-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atomashpolskiy', module='bt-tests', version='1.9')
)
libraryDependencies += "com.github.atomashpolskiy" % "bt-tests" % "1.9"
[com.github.atomashpolskiy/bt-tests "1.9"]
Group / Artifact | Type | Version |
---|---|---|
com.github.atomashpolskiy : bt-core | jar | 1.9 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
com.google.jimfs : jimfs | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |