| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.mod4j.org.eclipse.emf |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version2.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEMF Common
|
| Filename | Size |
|---|---|
| common-2.5.0.pom | |
| common-2.5.0.jar | 198 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.org.eclipse.emf/common/ -->
<dependency>
<groupId>org.mod4j.org.eclipse.emf</groupId>
<artifactId>common</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.emf/common/
implementation 'org.mod4j.org.eclipse.emf:common:2.5.0'
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.emf/common/
implementation ("org.mod4j.org.eclipse.emf:common:2.5.0")
'org.mod4j.org.eclipse.emf:common:jar:2.5.0'
<dependency org="org.mod4j.org.eclipse.emf" name="common" rev="2.5.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org.eclipse.emf', module='common', version='2.5.0')
)
libraryDependencies += "org.mod4j.org.eclipse.emf" % "common" % "2.5.0"
[org.mod4j.org.eclipse.emf/common "2.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mod4j.org.eclipse.core : runtime | jar | [3.5.0,4.0.0) |