GroupId | GroupIdorg.jfree |
---|---|
ArtifactId | ArtifactIdfxgraphics2d |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
fxgraphics2d-1.1.pom | |
fxgraphics2d-1.1.jar | 15 KB |
fxgraphics2d-1.1-sources.jar | 649 KB |
fxgraphics2d-1.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfree/fxgraphics2d/ -->
<dependency>
<groupId>org.jfree</groupId>
<artifactId>fxgraphics2d</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfree/fxgraphics2d/
implementation 'org.jfree:fxgraphics2d:1.1'
// https://jarcasting.com/artifacts/org.jfree/fxgraphics2d/
implementation ("org.jfree:fxgraphics2d:1.1")
'org.jfree:fxgraphics2d:jar:1.1'
<dependency org="org.jfree" name="fxgraphics2d" rev="1.1">
<artifact name="fxgraphics2d" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfree', module='fxgraphics2d', version='1.1')
)
libraryDependencies += "org.jfree" % "fxgraphics2d" % "1.1"
[org.jfree/fxgraphics2d "1.1"]