Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.assertj |
ArtifactId | ArtifactIdassertj-swing-junit |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
assertj-swing-junit-3.3.0.pom | |
assertj-swing-junit-3.3.0.jar | 202 KB |
assertj-swing-junit-3.3.0-sources.jar | 52 KB |
assertj-swing-junit-3.3.0-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.assertj/assertj-swing-junit/ -->
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-swing-junit</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.assertj/assertj-swing-junit/
implementation 'org.assertj:assertj-swing-junit:3.3.0'
// https://jarcasting.com/artifacts/org.assertj/assertj-swing-junit/
implementation ("org.assertj:assertj-swing-junit:3.3.0")
'org.assertj:assertj-swing-junit:jar:3.3.0'
<dependency org="org.assertj" name="assertj-swing-junit" rev="3.3.0">
<artifact name="assertj-swing-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.assertj', module='assertj-swing-junit', version='3.3.0')
)
libraryDependencies += "org.assertj" % "assertj-swing-junit" % "3.3.0"
[org.assertj/assertj-swing-junit "3.3.0"]