License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.writethemfirst |
ArtifactId | ArtifactIdapprovals-java |
Version | Version0.12.0 |
Type | Typejar |
Description |
DescriptionApprovals-Java
Approval testing library for Java. Alleviates the burden of hand-writing assertions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
approvals-java-0.12.0.pom | |
approvals-java-0.12.0.jar | 50 KB |
approvals-java-0.12.0-sources.jar | 58 KB |
approvals-java-0.12.0-javadoc.jar | 273 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.writethemfirst/approvals-java/ -->
<dependency>
<groupId>com.github.writethemfirst</groupId>
<artifactId>approvals-java</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.writethemfirst/approvals-java/
implementation 'com.github.writethemfirst:approvals-java:0.12.0'
// https://jarcasting.com/artifacts/com.github.writethemfirst/approvals-java/
implementation ("com.github.writethemfirst:approvals-java:0.12.0")
'com.github.writethemfirst:approvals-java:jar:0.12.0'
<dependency org="com.github.writethemfirst" name="approvals-java" rev="0.12.0">
<artifact name="approvals-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.writethemfirst', module='approvals-java', version='0.12.0')
)
libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.12.0"
[com.github.writethemfirst/approvals-java "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
io.github.glytching : junit-extensions | jar | 2.3.0 |
org.assertj : assertj-core | jar | 3.13.2 |
com.alibaba : fastjson | jar | 1.2.62 |
org.mockito : mockito-core | jar | 3.1.0 |