is not current version
Last Version 2.6.2

tech.sirwellington.alchemy:alchemy-test 1.6

Part of the Alchemy collection. Testing your code should be as fun and simple as writing it. Alchemy Test is a Unit Test Library that makes it easier to test your code by providing syntactic sugar for unit-testing and mocking.

GroupId

GroupId

tech.sirwellington.alchemy
ArtifactId

ArtifactId

alchemy-test
Version

Version

1.6
Type

Type

jar

Download alchemy-test 1.6


<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-test/ -->
<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-test</artifactId>
    <version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-test/
implementation 'tech.sirwellington.alchemy:alchemy-test:1.6'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-test/
implementation ("tech.sirwellington.alchemy:alchemy-test:1.6")
'tech.sirwellington.alchemy:alchemy-test:jar:1.6'
<dependency org="tech.sirwellington.alchemy" name="alchemy-test" rev="1.6">
  <artifact name="alchemy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-test', version='1.6')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-test" % "1.6"
[tech.sirwellington.alchemy/alchemy-test "1.6"]