<dependency> <groupId>org.jfree</groupId> <artifactId>swtgraphics2d</artifactId> <version>1.0</version> </dependency>
implementation 'org.jfree:swtgraphics2d:1.0'
implementation("org.jfree:swtgraphics2d:1.0")
libraryDependencies += "org.jfree" % "swtgraphics2d" % "1.0"
@Grapes( @Grab(group='org.jfree', module='swtgraphics2d', version='1.0') )
<dependency org="org.jfree" name="swtgraphics2d" rev="1.0" />
[org.jfree/swtgraphics2d "1.0"]
'org.jfree:swtgraphics2d:jar:1.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:4.3
test
|-- junit:junit:4.11