License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdjunit-jfr |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionJUnit JFR
A JUnit extension that generates JFR events.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-jfr-0.1.0.pom | |
junit-jfr-0.1.0.jar | 12 KB |
junit-jfr-0.1.0-sources.jar | 5 KB |
junit-jfr-0.1.0-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/junit-jfr/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>junit-jfr</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/junit-jfr/
implementation 'com.github.marschall:junit-jfr:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/junit-jfr/
implementation ("com.github.marschall:junit-jfr:0.1.0")
'com.github.marschall:junit-jfr:jar:0.1.0'
<dependency org="com.github.marschall" name="junit-jfr" rev="0.1.0">
<artifact name="junit-jfr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='junit-jfr', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "junit-jfr" % "0.1.0"
[com.github.marschall/junit-jfr "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.2 |
org.junit.platform : junit-platform-launcher | jar | 1.3.2 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |