MUnit
Scala testing library with actionable errors and extensible APIs.
Documentation
See the website: https://scalameta.org/munit/
License |
License |
---|---|
GroupId | GroupIdcom.sandinh |
ArtifactId | ArtifactIdmunit_0.23 |
Last Version | Last Version0.6.0-M1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmunit
munit
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
munit_0.23-0.6.0-M1.pom | |
munit_0.23-0.6.0-M1.jar | 208 KB |
munit_0.23-0.6.0-M1-sources.jar | 28 KB |
munit_0.23-0.6.0-M1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sandinh/munit_0.23/ -->
<dependency>
<groupId>com.sandinh</groupId>
<artifactId>munit_0.23</artifactId>
<version>0.6.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sandinh/munit_0.23/
implementation 'com.sandinh:munit_0.23:0.6.0-M1'
// https://jarcasting.com/artifacts/com.sandinh/munit_0.23/
implementation ("com.sandinh:munit_0.23:0.6.0-M1")
'com.sandinh:munit_0.23:jar:0.6.0-M1'
<dependency org="com.sandinh" name="munit_0.23" rev="0.6.0-M1">
<artifact name="munit_0.23" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sandinh', module='munit_0.23', version='0.6.0-M1')
)
libraryDependencies += "com.sandinh" % "munit_0.23" % "0.6.0-M1"
[com.sandinh/munit_0.23 "0.6.0-M1"]
Group / Artifact | Type | Version |
---|---|---|
org.scalameta : junit-interface | jar | 0.6.0-M1 |
ch.epfl.lamp : dotty-library_0.23 | jar | 0.23.0-RC1 |
junit : junit | jar | 4.13 |
Scala testing library with actionable errors and extensible APIs.
See the website: https://scalameta.org/munit/