is not current version
Last Version 1.1.29

com.github.aro-tech:tdd-mixins-core 1.0.0

Java-8 mixins for convenient use of popular testing libraries in test fixtures.

Categories

Categories

Mixin Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.aro-tech
ArtifactId

ArtifactId

tdd-mixins-core
Version

Version

1.0.0
Type

Type

jar

Download tdd-mixins-core 1.0.0


<!-- 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aro-tech/tdd-mixins-core/
implementation 'com.github.aro-tech:tdd-mixins-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.aro-tech/tdd-mixins-core/
implementation ("com.github.aro-tech:tdd-mixins-core:1.0.0")
'com.github.aro-tech:tdd-mixins-core:jar:1.0.0'
<dependency org="com.github.aro-tech" name="tdd-mixins-core" rev="1.0.0">
  <artifact name="tdd-mixins-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aro-tech', module='tdd-mixins-core', version='1.0.0')
)
libraryDependencies += "com.github.aro-tech" % "tdd-mixins-core" % "1.0.0"
[com.github.aro-tech/tdd-mixins-core "1.0.0"]