is not current version
Last Version 1.1

com.cjmalloy:gwt-math 1.0

Useful math stuff missing from GWT.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.cjmalloy
ArtifactId

ArtifactId

gwt-math
Version

Version

1.0
Type

Type

jar

Download gwt-math 1.0


<!-- https://jarcasting.com/artifacts/com.cjmalloy/gwt-math/ -->
<dependency>
    <groupId>com.cjmalloy</groupId>
    <artifactId>gwt-math</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cjmalloy/gwt-math/
implementation 'com.cjmalloy:gwt-math:1.0'
// https://jarcasting.com/artifacts/com.cjmalloy/gwt-math/
implementation ("com.cjmalloy:gwt-math:1.0")
'com.cjmalloy:gwt-math:jar:1.0'
<dependency org="com.cjmalloy" name="gwt-math" rev="1.0">
  <artifact name="gwt-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cjmalloy', module='gwt-math', version='1.0')
)
libraryDependencies += "com.cjmalloy" % "gwt-math" % "1.0"
[com.cjmalloy/gwt-math "1.0"]