License |
License |
---|---|
GroupId | GroupIdorg.jfree |
ArtifactId | ArtifactIdswtgraphics2d |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSWTGraphics2D
An implementation of Java2D's Graphics2D API that targets an SWT graphics context, allowing existing Java2D code to be reused in SWT applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swtgraphics2d-1.1.0.pom | |
swtgraphics2d-1.1.0.jar | 17 KB |
swtgraphics2d-1.1.0-sources.jar | 15 KB |
swtgraphics2d-1.1.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfree/swtgraphics2d/ -->
<dependency>
<groupId>org.jfree</groupId>
<artifactId>swtgraphics2d</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfree/swtgraphics2d/
implementation 'org.jfree:swtgraphics2d:1.1.0'
// https://jarcasting.com/artifacts/org.jfree/swtgraphics2d/
implementation ("org.jfree:swtgraphics2d:1.1.0")
'org.jfree:swtgraphics2d:jar:1.1.0'
<dependency org="org.jfree" name="swtgraphics2d" rev="1.1.0">
<artifact name="swtgraphics2d" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfree', module='swtgraphics2d', version='1.1.0')
)
libraryDependencies += "org.jfree" % "swtgraphics2d" % "1.1.0"
[org.jfree/swtgraphics2d "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.platform » org.eclipse.swt.${swt.platform} | jar | 3.116.100 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |