| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.eclipse | 
| ArtifactId | ArtifactIdgmf | 
| Version | Version1.0.0-v20070601-1400 | 
| Type | Typejar | 
| Description | DescriptionGraphical Modeling Framework | 
| Filename | Size | 
|---|---|
| gmf-1.0.0-v20070601-1400.pom | |
| gmf-1.0.0-v20070601-1400.jar | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse/gmf/ -->
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>gmf</artifactId>
    <version>1.0.0-v20070601-1400</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse/gmf/
implementation 'org.eclipse:gmf:1.0.0-v20070601-1400'// https://jarcasting.com/artifacts/org.eclipse/gmf/
implementation ("org.eclipse:gmf:1.0.0-v20070601-1400")'org.eclipse:gmf:jar:1.0.0-v20070601-1400'<dependency org="org.eclipse" name="gmf" rev="1.0.0-v20070601-1400">
  <artifact name="gmf" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse', module='gmf', version='1.0.0-v20070601-1400')
)libraryDependencies += "org.eclipse" % "gmf" % "1.0.0-v20070601-1400"[org.eclipse/gmf "1.0.0-v20070601-1400"]