<dependency> <groupId>org.easytesting</groupId> <artifactId>fest-swing-junit</artifactId> <version>1.2.1</version> </dependency>
implementation 'org.easytesting:fest-swing-junit:1.2.1'
implementation("org.easytesting:fest-swing-junit:1.2.1")
libraryDependencies += "org.easytesting" % "fest-swing-junit" % "1.2.1"
@Grapes( @Grab(group='org.easytesting', module='fest-swing-junit', version='1.2.1') )
<dependency org="org.easytesting" name="fest-swing-junit" rev="1.2.1" />
[org.easytesting/fest-swing-junit "1.2.1"]
'org.easytesting:fest-swing-junit:jar:1.2.1'
<parent> <groupId>org.easytesting</groupId> <artifactId>fest</artifactId> <version>1.0.1</version> </parent>
compile
|-- commons-codec:commons-codec:1.3
|-- junit:junit:4.3.1
|-- org.easytesting:fest-swing:1.2.1
provided
|-- org.apache.ant:ant-junit:1.7.0
test
|-- org.easytesting:fest-test:1.2
|-- org.easytesting:fest-mocks:1.1