Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks React |
---|---|
GroupId | GroupIdcom.github.gwtreact |
ArtifactId | ArtifactIdgwt-mobx |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
gwt-mobx-0.4.0.pom | |
gwt-mobx-0.4.0.jar | 17 KB |
gwt-mobx-0.4.0-sources.jar | 15 KB |
gwt-mobx-0.4.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtreact/gwt-mobx/ -->
<dependency>
<groupId>com.github.gwtreact</groupId>
<artifactId>gwt-mobx</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-mobx/
implementation 'com.github.gwtreact:gwt-mobx:0.4.0'
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-mobx/
implementation ("com.github.gwtreact:gwt-mobx:0.4.0")
'com.github.gwtreact:gwt-mobx:jar:0.4.0'
<dependency org="com.github.gwtreact" name="gwt-mobx" rev="0.4.0">
<artifact name="gwt-mobx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtreact', module='gwt-mobx', version='0.4.0')
)
libraryDependencies += "com.github.gwtreact" % "gwt-mobx" % "0.4.0"
[com.github.gwtreact/gwt-mobx "0.4.0"]