Tuesday, March 5, 2019

Re: [ANN] (Unofficial) JsInterop-Base 1.0.0-b2-e6d791f release

Hi,

I have also released the J2CL compatible variant of this library with the artifactId set to "base-j2cl". This should be available in Maven central in 5 minutes or so via:

    <dependency>
      <groupId>org.realityforge.org.realityforge.com.google.jsinterop</groupId>
      <artifactId>base-j2cl</artifactId>
      <version>1.0.0-b2-e6d791f</version>
    </dependency>

Enjoy!


On Sun, Feb 24, 2019 at 10:10 AM Peter Donald <peter@realityforge.org> wrote:
The jsInterop-base library contains a set of utilities to implement functionality that
cannot be expressed with Jsinterop alone.


This is an unofficial release to Maven Central under a different groupId.
Please don't bug the original authors. Versions are released on demand.

The only change relative to 1.0.0-b1-e6d791f is that the java source is
included in the main jar rather than only being available in the `-sources` jar.
This was to align with behaviour of the original 1.0.0-RC1 release.

The Maven dependency can be added to your pom.xml via

    <dependency>
      <groupId>org.realityforge.org.realityforge.com.google.jsinterop</groupId>
      <artifactId>base</artifactId>
      <version>1.0.0-b2-e6d791f</version>
    </dependency>

Hope this helps,

Peter Donald



--
Cheers,

Peter Donald

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment