License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.bytebybyte.gwt |
ArtifactId | ArtifactIdjsni |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSNI Utilities
JSNI utilities for GWT
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsni-1.0.0.pom | |
jsni-1.0.0.jar | 12 KB |
jsni-1.0.0-sources.jar | 5 KB |
jsni-1.0.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bytebybyte.gwt/jsni/ -->
<dependency>
<groupId>com.bytebybyte.gwt</groupId>
<artifactId>jsni</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bytebybyte.gwt/jsni/
implementation 'com.bytebybyte.gwt:jsni:1.0.0'
// https://jarcasting.com/artifacts/com.bytebybyte.gwt/jsni/
implementation ("com.bytebybyte.gwt:jsni:1.0.0")
'com.bytebybyte.gwt:jsni:jar:1.0.0'
<dependency org="com.bytebybyte.gwt" name="jsni" rev="1.0.0">
<artifact name="jsni" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bytebybyte.gwt', module='jsni', version='1.0.0')
)
libraryDependencies += "com.bytebybyte.gwt" % "jsni" % "1.0.0"
[com.bytebybyte.gwt/jsni "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.6.1 |