Last Version

JsInterop Base 1.0.0-1

Base classes and utilities that provide access to JavaScript language constructs that are not available in pure Java. This distribution is slightly modified from the original in order to be compatible with J2CL and, where possible, GWT2 (though this is not heavily tested). The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.

License

License

GroupId

GroupId

com.vertispan.jsinterop
ArtifactId

ArtifactId

base
Version

Version

1.0.0-1
Type

Type

pom
Description

Description

JsInterop Base
Base classes and utilities that provide access to JavaScript language constructs that are not available in pure Java. This distribution is slightly modified from the original in order to be compatible with J2CL and, where possible, GWT2 (though this is not heavily tested). The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.
Source Code Management

Source Code Management

https://github.com/vertispan/jsinterop-base

Download base 1.0.0-1


<!-- https://jarcasting.com/artifacts/com.vertispan.jsinterop/base/ -->
<dependency>
    <groupId>com.vertispan.jsinterop</groupId>
    <artifactId>base</artifactId>
    <version>1.0.0-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vertispan.jsinterop/base/
implementation 'com.vertispan.jsinterop:base:1.0.0-1'
// https://jarcasting.com/artifacts/com.vertispan.jsinterop/base/
implementation ("com.vertispan.jsinterop:base:1.0.0-1")
'com.vertispan.jsinterop:base:pom:1.0.0-1'
<dependency org="com.vertispan.jsinterop" name="base" rev="1.0.0-1">
  <artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vertispan.jsinterop', module='base', version='1.0.0-1')
)
libraryDependencies += "com.vertispan.jsinterop" % "base" % "1.0.0-1"
[com.vertispan.jsinterop/base "1.0.0-1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.jsinterop : jsinterop-annotations jar 2.0.0
com.vertispan.j2cl : gwt-internal-annotations jar 0.10.0-3c97afeac

Project Modules

There are no modules declared in this project.