License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.togglz |
ArtifactId | ArtifactIdtogglz-junit |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTogglz - JUnit integration
Togglz - JUnit integration
|
Filename | Size |
---|---|
togglz-junit-3.2.1.pom | |
togglz-junit-3.2.1.jar | 12 KB |
togglz-junit-3.2.1-sources.jar | 6 KB |
togglz-junit-3.2.1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.togglz/togglz-junit/ -->
<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-junit</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.togglz/togglz-junit/
implementation 'org.togglz:togglz-junit:3.2.1'
// https://jarcasting.com/artifacts/org.togglz/togglz-junit/
implementation ("org.togglz:togglz-junit:3.2.1")
'org.togglz:togglz-junit:jar:3.2.1'
<dependency org="org.togglz" name="togglz-junit" rev="3.2.1">
<artifact name="togglz-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.togglz', module='togglz-junit', version='3.2.1')
)
libraryDependencies += "org.togglz" % "togglz-junit" % "3.2.1"
[org.togglz/togglz-junit "3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.togglz : togglz-testing | jar | 3.2.1 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.10 |