On Thursday, October 18, 2018 at 7:08:38 AM UTC+2, Marry For wrote: > > How to get DominoKit domino-ui jar. > > I look the web page https://github.com/DominoKit/domino-ui > it is very difficult to get from eclipse >
If you're not using Maven (or anything that uses "managed dependencies"), then yes. …or actually, no, but you need to know some basics about Maven dependency resolution: 1. go to https://oss.sonatype.org/content/repositories/snapshots/org/dominokit/domino-ui/1.0-SNAPSHOT/ (concatenation of repository url, slashified groupId, artifactId, and version) 2. grab the latest timestamped version of the *.jar and *-sources.jar -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
