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