| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse |
| ArtifactId | ArtifactIdemf |
| Version | Version2.3.0-v200706262000 |
| Type | Typejar |
| Description |
DescriptionEclipse Modeling Framework (EMF)
|
| Filename | Size |
|---|---|
| emf-2.3.0-v200706262000.pom | |
| emf-2.3.0-v200706262000.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse/emf/ -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>emf</artifactId>
<version>2.3.0-v200706262000</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse/emf/
implementation 'org.eclipse:emf:2.3.0-v200706262000'
// https://jarcasting.com/artifacts/org.eclipse/emf/
implementation ("org.eclipse:emf:2.3.0-v200706262000")
'org.eclipse:emf:jar:2.3.0-v200706262000'
<dependency org="org.eclipse" name="emf" rev="2.3.0-v200706262000">
<artifact name="emf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse', module='emf', version='2.3.0-v200706262000')
)
libraryDependencies += "org.eclipse" % "emf" % "2.3.0-v200706262000"
[org.eclipse/emf "2.3.0-v200706262000"]