| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdorg.treblereel.gwt | 
| ArtifactId | ArtifactIdgwt-bigmath | 
| Last Version | Last Version2.3.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGWT-BIGMATH gwt/j2cl port of https://github.com/eobermuhlner/big-math | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| gwt-bigmath-2.3.0.pom | |
| gwt-bigmath-2.3.0.jar | 95 KB | 
| gwt-bigmath-2.3.0-sources.jar | 44 KB | 
| gwt-bigmath-2.3.0-javadoc.jar | 185 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.treblereel.gwt/gwt-bigmath/ -->
<dependency>
    <groupId>org.treblereel.gwt</groupId>
    <artifactId>gwt-bigmath</artifactId>
    <version>2.3.0</version>
</dependency>// https://jarcasting.com/artifacts/org.treblereel.gwt/gwt-bigmath/
implementation 'org.treblereel.gwt:gwt-bigmath:2.3.0'// https://jarcasting.com/artifacts/org.treblereel.gwt/gwt-bigmath/
implementation ("org.treblereel.gwt:gwt-bigmath:2.3.0")'org.treblereel.gwt:gwt-bigmath:jar:2.3.0'<dependency org="org.treblereel.gwt" name="gwt-bigmath" rev="2.3.0">
  <artifact name="gwt-bigmath" type="jar" />
</dependency>@Grapes(
@Grab(group='org.treblereel.gwt', module='gwt-bigmath', version='2.3.0')
)libraryDependencies += "org.treblereel.gwt" % "gwt-bigmath" % "2.3.0"[org.treblereel.gwt/gwt-bigmath "2.3.0"]