License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks React |
GroupId | GroupIdcom.github.gwtreact |
ArtifactId | ArtifactIdgwt-mobx |
Version | Version0.5.0 |
Type | Typejar |
Description |
Descriptiongwt-mobx
Provides Java GWT bindings for MobX and MobX related libraries
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt-mobx-0.5.0.pom | |
gwt-mobx-0.5.0.jar | 17 KB |
gwt-mobx-0.5.0-sources.jar | 15 KB |
gwt-mobx-0.5.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtreact/gwt-mobx/ -->
<dependency>
<groupId>com.github.gwtreact</groupId>
<artifactId>gwt-mobx</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-mobx/
implementation 'com.github.gwtreact:gwt-mobx:0.5.0'
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-mobx/
implementation ("com.github.gwtreact:gwt-mobx:0.5.0")
'com.github.gwtreact:gwt-mobx:jar:0.5.0'
<dependency org="com.github.gwtreact" name="gwt-mobx" rev="0.5.0">
<artifact name="gwt-mobx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtreact', module='gwt-mobx', version='0.5.0')
)
libraryDependencies += "com.github.gwtreact" % "gwt-mobx" % "0.5.0"
[com.github.gwtreact/gwt-mobx "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-servlet | jar | 2.8.0 |