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