MVN

tech.sirwellington.alchemy : alchemy-test

Maven & Gradle

Apr 28, 2019
23 usages
2 stars

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.

<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-test</artifactId>
    <version>2.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.sirwellington.alchemy : alchemy-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.2

All Versions

Choose a version of tech.sirwellington.alchemy : alchemy-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
alchemy-test-2.6.2
alchemy-test-2.6.1
2.6
alchemy-test-2.6
2.5
alchemy-test-2.5
2.4.x
alchemy-test-2.4.1
2.4
alchemy-test-2.4
2.3
alchemy-test-2.3
2.2.x
alchemy-test-2.2.4
alchemy-test-2.2.3
alchemy-test-2.2.2
alchemy-test-2.2.1
2.2
alchemy-test-2.2
2.1.x
alchemy-test-2.1.1
2.1
alchemy-test-2.1
2.0
alchemy-test-2.0
1.7
alchemy-test-1.7
1.6
alchemy-test-1.6
1.5
alchemy-test-1.5
1.4
alchemy-test-1.4
1.3
alchemy-test-1.3
1.2.x
alchemy-test-1.2.1
1.2
alchemy-test-1.2
1.1
alchemy-test-1.1

How to add a dependency to Maven

Add the following tech.sirwellington.alchemy : alchemy-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-test</artifactId>
    <version>2.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.sirwellington.alchemy : alchemy-test gradle dependency to your build.gradle file:

implementation 'tech.sirwellington.alchemy:alchemy-test:2.6.2'

Gradle Kotlin DSL: Add the following tech.sirwellington.alchemy : alchemy-test gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.sirwellington.alchemy:alchemy-test:2.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.sirwellington.alchemy : alchemy-test sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-test" % "2.6.2"

Advertisement