| License |
License |
|---|---|
| GroupId | GroupIdtech.sirwellington.alchemy |
| ArtifactId | ArtifactIdalchemy-test |
| Last Version | Last Version2.6.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionalchemy-test
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| alchemy-test-2.6.2.pom | |
| alchemy-test-2.6.2.jar | 14 KB |
| alchemy-test-2.6.2-sources.jar | 12 KB |
| alchemy-test-2.6.2-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-test/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy-test</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-test/
implementation 'tech.sirwellington.alchemy:alchemy-test:2.6.2'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-test/
implementation ("tech.sirwellington.alchemy:alchemy-test:2.6.2")
'tech.sirwellington.alchemy:alchemy-test:jar:2.6.2'
<dependency org="tech.sirwellington.alchemy" name="alchemy-test" rev="2.6.2">
<artifact name="alchemy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-test', version='2.6.2')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-test" % "2.6.2"
[tech.sirwellington.alchemy/alchemy-test "2.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.24.0 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.natpryce : hamkrest | jar | 1.7.0.0 |
| tech.sirwellington.alchemy : alchemy-annotations | jar | 2.2 |
| tech.sirwellington.alchemy : alchemy-generator | jar | 2.4 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 27.0.1-jre |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.21 |