License |
License |
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIdcom.github.thorbenkuck |
ArtifactId | ArtifactIdwire-unit |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWire Unit
A framework to make unit-tests great again
|
Project URL |
Project URL |
Filename | Size |
---|---|
wire-unit-0.2.pom | |
wire-unit-0.2.jar | 47 KB |
wire-unit-0.2-sources.jar | 12 KB |
wire-unit-0.2-javadoc.jar | 352 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-unit/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>wire-unit</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-unit/
implementation 'com.github.thorbenkuck:wire-unit:0.2'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-unit/
implementation ("com.github.thorbenkuck:wire-unit:0.2")
'com.github.thorbenkuck:wire-unit:jar:0.2'
<dependency org="com.github.thorbenkuck" name="wire-unit" rev="0.2">
<artifact name="wire-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='wire-unit', version='0.2')
)
libraryDependencies += "com.github.thorbenkuck" % "wire-unit" % "0.2"
[com.github.thorbenkuck/wire-unit "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.20 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.20 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.20 |
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
io.mockk : mockk | jar | 1.10.3 |
javax.inject : javax.inject | jar | 1 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.18.1 |