| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdcom.google.code.gwt-math | 
| ArtifactId | ArtifactIdgwt-math | 
| Last Version | Last Version2.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGWT Math 2.0.3 Emulation of package java.math on GWT. | 
| Filename | Size | 
|---|---|
| gwt-math-2.0.3.pom | |
| gwt-math-2.0.3.jar | 18 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.google.code.gwt-math/gwt-math/ -->
<dependency>
    <groupId>com.google.code.gwt-math</groupId>
    <artifactId>gwt-math</artifactId>
    <version>2.0.3</version>
</dependency>// https://jarcasting.com/artifacts/com.google.code.gwt-math/gwt-math/
implementation 'com.google.code.gwt-math:gwt-math:2.0.3'// https://jarcasting.com/artifacts/com.google.code.gwt-math/gwt-math/
implementation ("com.google.code.gwt-math:gwt-math:2.0.3")'com.google.code.gwt-math:gwt-math:jar:2.0.3'<dependency org="com.google.code.gwt-math" name="gwt-math" rev="2.0.3">
  <artifact name="gwt-math" type="jar" />
</dependency>@Grapes(
@Grab(group='com.google.code.gwt-math', module='gwt-math', version='2.0.3')
)libraryDependencies += "com.google.code.gwt-math" % "gwt-math" % "2.0.3"[com.google.code.gwt-math/gwt-math "2.0.3"]