Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » org.eclipselabs.emfjson on Maven repository?
org.eclipselabs.emfjson on Maven repository? [message #1647592] Tue, 03 March 2015 14:06 Go to next message
Syed Rizvi is currently offline Syed RizviFriend
Messages: 7
Registered: February 2015
Junior Member
Hi,

I am working on a project that uses the org.eclipselabs.emfjson_0.4.1.201207260839.jar external JAR file. This seems to be outdated and I am not able to find it in the public Maven repository.

I do not want to include it as an external dependency in my project and hence would like to add it as a dependency that can be directly resolved using the public repository. Could someone please guide me to it? There is no way that I could find it. Was it changed?

Thanks!
Re: org.eclipselabs.emfjson on Maven repository? [message #1647641 is a reply to message #1647592] Tue, 03 March 2015 14:35 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Syed,

Sorry, I don't know anything about it...

On 03/03/2015 3:06 PM, Syed Rizvi wrote:
> Hi,
>
> I am working on a project that uses the
> org.eclipselabs.emfjson_0.4.1.201207260839.jar external JAR file. This
> seems to be outdated and I am not able to find it in the public Maven
> repository.
>
> I do not want to include it as an external dependency in my project
> and hence would like to add it as a dependency that can be directly
> resolved using the public repository. Could someone please guide me to
> it? There is no way that I could find it. Was it changed?
>
> Thanks!


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: org.eclipselabs.emfjson on Maven repository? [message #1649200 is a reply to message #1647641] Wed, 04 March 2015 07:50 Go to previous messageGo to next message
Hiroki Kondo is currently offline Hiroki KondoFriend
Messages: 47
Registered: July 2009
Member
Hi Syed,

Did you see the project GitHub?
https://github.com/ghillairet/emfjson

The project tells me you can specify new version like below.
http://mvnrepository.com/artifact/org.emfjson/emfjson/0.10.0

<dependency>
	<groupId>org.emfjson</groupId>
	<artifactId>emfjson</artifactId>
	<version>0.10.0</version>
</dependency>


Regards,
Re: org.eclipselabs.emfjson on Maven repository? [message #1649355 is a reply to message #1647592] Wed, 04 March 2015 09:25 Go to previous message
Guillaume Hillairet is currently offline Guillaume HillairetFriend
Messages: 97
Registered: July 2009
Member
On 2015-03-03 14:06:14 +0000, Syed Rizvi said:

> Hi,
>
> I am working on a project that uses the
> org.eclipselabs.emfjson_0.4.1.201207260839.jar external JAR file. This
> seems to be outdated and I am not able to find it in the public Maven
> repository.
>
> I do not want to include it as an external dependency in my project and
> hence would like to add it as a dependency that can be directly
> resolved using the public repository. Could someone please guide me to
> it? There is no way that I could find it. Was it changed?
>
> Thanks!

You will need emfjson-jackson, you can find it on maven central
http://search.maven.org/#search|ga|1|emfjson
Previous Topic:EMF Resource load from InputStream taking too long
Next Topic:[EMF Transaction/Validation] How to exploit the live validation performed in a transaction?
Goto Forum:
  


Current Time: Sat Apr 27 00:18:31 GMT 2024

Powered by FUDForum. Page generated in 0.03180 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top