Download neoemf-core-1.0.1.jar file - Jar n

Jar examples for n:neoemf-core

Description

NeoEMF core components. Specialize the standard EMF classes and provide abstract classes for dedicated backend extensions. (The core component can not be used in a standalone context, it needs at least one persistence solution to work properly).

You can download jar file neoemf-core 1.0.1 in this page.

Build File

You can use the following script to add neoemf-core-1.0.1.jar to your project.

<dependency>
   <groupId>fr.inria.atlanmod.neoemf</groupId>
   <artifactId>neoemf-core</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'fr.inria.atlanmod.neoemf', name: 'neoemf-core', version: '1.0.1'
libraryDependencies += "fr.inria.atlanmod.neoemf" % "neoemf-core" % "1.0.1"
<dependency org="fr.inria.atlanmod.neoemf" name="neoemf-core" rev="1.0.1"/>
@Grapes(@Grab(group='fr.inria.atlanmod.neoemf', module='neoemf-core', version='1.0.1'))
'fr.inria.atlanmod.neoemf:neoemf-core:jar:1.0.1'

Download

Click the following link to download the jar file.

neoemf-core-1.0.1-javadoc.jar
neoemf-core-1.0.1-sources.jar
neoemf-core-1.0.1-tests.jar
neoemf-core-1.0.1.jar
neoemf-core-1.0.1.pom



Related Tutorials