| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse |
| ArtifactId | ArtifactIddraw2d |
| Last Version | Last Version3.2.100-v20070529 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGraphical Editing Framework Draw2d
|
| Filename | Size |
|---|---|
| draw2d-3.2.100-v20070529.pom | |
| draw2d-3.2.100-v20070529.jar | 503 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse/draw2d/ -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>draw2d</artifactId>
<version>3.2.100-v20070529</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse/draw2d/
implementation 'org.eclipse:draw2d:3.2.100-v20070529'
// https://jarcasting.com/artifacts/org.eclipse/draw2d/
implementation ("org.eclipse:draw2d:3.2.100-v20070529")
'org.eclipse:draw2d:jar:3.2.100-v20070529'
<dependency org="org.eclipse" name="draw2d" rev="3.2.100-v20070529">
<artifact name="draw2d" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse', module='draw2d', version='3.2.100-v20070529')
)
libraryDependencies += "org.eclipse" % "draw2d" % "3.2.100-v20070529"
[org.eclipse/draw2d "3.2.100-v20070529"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse : swt | jar | [3.2.0,4.0.0) |