java - maven project: SWT 3.5 dependency: any official public repo? -


well, in short, may need grab new swt version instead of 3.3 we're using now. project has dependency , builds fine:

<dependency>   <groupid>org.eclipse.swt.win32.win32</groupid>   <artifactid>x86</artifactid>   <version>3.3.0-v3346</version> </dependency> 

afaicgoogle, there no more recent version in public maven repo: http://repo1.maven.org/maven2/org/eclipse/swt/

so:

  1. is there public maven repo recent builds?
  2. if not, jars install locally and/or in corporate nexus?
  3. any groupid/artifactid suggestions/conventions know of?

tia

ps: noob eclipse products site layout , lost in google search results and/or eclipse site itself... while answer may obvious not me, retrospectively.

update: repo taken down , replaced repo.eclipse.org not hold swt artifacts.

you can use nexus repository hosted @ eclipse (this repository in 'testing' status)

http://maven.eclipse.org/nexus/content/repositories/testing/org/eclipse/swt/

there bug open on further info: https://bugs.eclipse.org/bugs/show_bug.cgi?id=199302


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -