GwtMathLib
Useful math stuff missing from GWT.
License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.cjmalloy |
ArtifactId | ArtifactIdgwt-math |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT Math Library
Useful math stuff missing from GWT.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt-math-1.1.pom | |
gwt-math-1.1.jar | 9 KB |
gwt-math-1.1-sources.jar | 3 KB |
gwt-math-1.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cjmalloy/gwt-math/ -->
<dependency>
<groupId>com.cjmalloy</groupId>
<artifactId>gwt-math</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cjmalloy/gwt-math/
implementation 'com.cjmalloy:gwt-math:1.1'
// https://jarcasting.com/artifacts/com.cjmalloy/gwt-math/
implementation ("com.cjmalloy:gwt-math:1.1")
'com.cjmalloy:gwt-math:jar:1.1'
<dependency org="com.cjmalloy" name="gwt-math" rev="1.1">
<artifact name="gwt-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cjmalloy', module='gwt-math', version='1.1')
)
libraryDependencies += "com.cjmalloy" % "gwt-math" % "1.1"
[com.cjmalloy/gwt-math "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
Useful math stuff missing from GWT.