| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.eclipse.emf | 
    
| ArtifactId | ArtifactIdmapping-ecore2xml-ui | 
    
| Last Version | Last Version2.1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| mapping-ecore2xml-ui-2.1.1.pom | |
| mapping-ecore2xml-ui-2.1.1.jar | 76 KB | 
| mapping-ecore2xml-ui-2.1.1-sources.jar | 28 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.emf/mapping-ecore2xml-ui/ -->
<dependency>
    <groupId>org.eclipse.emf</groupId>
    <artifactId>mapping-ecore2xml-ui</artifactId>
    <version>2.1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.eclipse.emf/mapping-ecore2xml-ui/
implementation 'org.eclipse.emf:mapping-ecore2xml-ui:2.1.1'
                // https://jarcasting.com/artifacts/org.eclipse.emf/mapping-ecore2xml-ui/
implementation ("org.eclipse.emf:mapping-ecore2xml-ui:2.1.1")
                'org.eclipse.emf:mapping-ecore2xml-ui:jar:2.1.1'
                <dependency org="org.eclipse.emf" name="mapping-ecore2xml-ui" rev="2.1.1">
  <artifact name="mapping-ecore2xml-ui" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.eclipse.emf', module='mapping-ecore2xml-ui', version='2.1.1')
)
                libraryDependencies += "org.eclipse.emf" % "mapping-ecore2xml-ui" % "2.1.1"
                [org.eclipse.emf/mapping-ecore2xml-ui "2.1.1"]