License |
License |
---|---|
GroupId | GroupIdorg.jrebirth.af.tooling |
ArtifactId | ArtifactIdecore2fx |
Version | Version8.6.0 |
Type | Typejar |
Description |
DescriptionEcore to FX
Generate FX classes from Ecore
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ecore2fx-8.6.0.pom | |
ecore2fx-8.6.0.jar | 9 KB |
ecore2fx-8.6.0-tests.jar | 3 KB |
ecore2fx-8.6.0-sources.jar | 5 KB |
ecore2fx-8.6.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jrebirth.af.tooling/ecore2fx/ -->
<dependency>
<groupId>org.jrebirth.af.tooling</groupId>
<artifactId>ecore2fx</artifactId>
<version>8.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jrebirth.af.tooling/ecore2fx/
implementation 'org.jrebirth.af.tooling:ecore2fx:8.6.0'
// https://jarcasting.com/artifacts/org.jrebirth.af.tooling/ecore2fx/
implementation ("org.jrebirth.af.tooling:ecore2fx:8.6.0")
'org.jrebirth.af.tooling:ecore2fx:jar:8.6.0'
<dependency org="org.jrebirth.af.tooling" name="ecore2fx" rev="8.6.0">
<artifact name="ecore2fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jrebirth.af.tooling', module='ecore2fx', version='8.6.0')
)
libraryDependencies += "org.jrebirth.af.tooling" % "ecore2fx" % "8.6.0"
[org.jrebirth.af.tooling/ecore2fx "8.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 20.0 |
org.eclipse.emf : org.eclipse.emf.common | jar | 2.11.0-v20150805-0538 |
org.eclipse.emf : org.eclipse.emf.ecore | jar | 2.11.1-v20150805-0538 |
org.eclipse.emf : org.eclipse.emf.ecore.xmi | jar | 2.11.1-v20150805-0538 |
org.jrebirth.af.tooling : codegen | jar | 8.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easytesting : fest-assert | jar | 1.4 |