| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.googlecode.sarasvati.thirdparty.eclipse |
| ArtifactId | ArtifactIddraw2d |
| Last Version | Last Version3.8.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondraw2d
Eclipse GEF Draw2D Library
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| draw2d-3.8.1.pom | |
| draw2d-3.8.1.jar | 556 KB |
| draw2d-3.8.1-sources.jar | 515 KB |
| draw2d-3.8.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.sarasvati.thirdparty.eclipse/draw2d/ -->
<dependency>
<groupId>com.googlecode.sarasvati.thirdparty.eclipse</groupId>
<artifactId>draw2d</artifactId>
<version>3.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.sarasvati.thirdparty.eclipse/draw2d/
implementation 'com.googlecode.sarasvati.thirdparty.eclipse:draw2d:3.8.1'
// https://jarcasting.com/artifacts/com.googlecode.sarasvati.thirdparty.eclipse/draw2d/
implementation ("com.googlecode.sarasvati.thirdparty.eclipse:draw2d:3.8.1")
'com.googlecode.sarasvati.thirdparty.eclipse:draw2d:jar:3.8.1'
<dependency org="com.googlecode.sarasvati.thirdparty.eclipse" name="draw2d" rev="3.8.1">
<artifact name="draw2d" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.sarasvati.thirdparty.eclipse', module='draw2d', version='3.8.1')
)
libraryDependencies += "com.googlecode.sarasvati.thirdparty.eclipse" % "draw2d" % "3.8.1"
[com.googlecode.sarasvati.thirdparty.eclipse/draw2d "3.8.1"]