License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.laamella |
ArtifactId | ArtifactIdsnippets-test-junit5 |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.laamella:snippets-test-junit5
Snippet tests for JUnit 5
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
snippets-test-junit5-0.1.pom | |
snippets-test-junit5-0.1.jar | 11 KB |
snippets-test-junit5-0.1-sources.jar | 8 KB |
snippets-test-junit5-0.1-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.laamella/snippets-test-junit5/ -->
<dependency>
<groupId>com.laamella</groupId>
<artifactId>snippets-test-junit5</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.laamella/snippets-test-junit5/
implementation 'com.laamella:snippets-test-junit5:0.1'
// https://jarcasting.com/artifacts/com.laamella/snippets-test-junit5/
implementation ("com.laamella:snippets-test-junit5:0.1")
'com.laamella:snippets-test-junit5:jar:0.1'
<dependency org="com.laamella" name="snippets-test-junit5" rev="0.1">
<artifact name="snippets-test-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.laamella', module='snippets-test-junit5', version='0.1')
)
libraryDependencies += "com.laamella" % "snippets-test-junit5" % "0.1"
[com.laamella/snippets-test-junit5 "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |