Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.cjmalloy |
ArtifactId | ArtifactIdgwt-math |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
gwt-math-1.0.pom | |
gwt-math-1.0.jar | 9 KB |
gwt-math-1.0-sources.jar | 3 KB |
gwt-math-1.0-javadoc.jar | 49 KB |
Browse |
<!-- 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"]