| License |
License |
|---|---|
| Categories |
CategoriesMixin Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdcom.github.aro-tech |
| ArtifactId | ArtifactIdtdd-mixins-core |
| Last Version | Last Version1.1.29 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.aro-tech:tdd-mixins-core
Java-8 mixins for convenient use of popular testing libraries in test fixtures.
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.aro-tech/tdd-mixins-core/ -->
<dependency>
<groupId>com.github.aro-tech</groupId>
<artifactId>tdd-mixins-core</artifactId>
<version>1.1.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aro-tech/tdd-mixins-core/
implementation 'com.github.aro-tech:tdd-mixins-core:1.1.29'
// https://jarcasting.com/artifacts/com.github.aro-tech/tdd-mixins-core/
implementation ("com.github.aro-tech:tdd-mixins-core:1.1.29")
'com.github.aro-tech:tdd-mixins-core:jar:1.1.29'
<dependency org="com.github.aro-tech" name="tdd-mixins-core" rev="1.1.29">
<artifact name="tdd-mixins-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aro-tech', module='tdd-mixins-core', version='1.1.29')
)
libraryDependencies += "com.github.aro-tech" % "tdd-mixins-core" % "1.1.29"
[com.github.aro-tech/tdd-mixins-core "1.1.29"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.22.0 |
| com.github.aro-tech : extended-mockito | jar | 4.4.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |