Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.joml |
ArtifactId | ArtifactIdjoml-gwt |
Version | Version1.9.21 |
Type | Typejar |
Filename | Size |
---|---|
joml-gwt-1.9.21.pom | |
joml-gwt-1.9.21.jar | 1 MB |
joml-gwt-1.9.21-sources.jar | 650 KB |
joml-gwt-1.9.21-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joml/joml-gwt/ -->
<dependency>
<groupId>org.joml</groupId>
<artifactId>joml-gwt</artifactId>
<version>1.9.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.joml/joml-gwt/
implementation 'org.joml:joml-gwt:1.9.21'
// https://jarcasting.com/artifacts/org.joml/joml-gwt/
implementation ("org.joml:joml-gwt:1.9.21")
'org.joml:joml-gwt:jar:1.9.21'
<dependency org="org.joml" name="joml-gwt" rev="1.9.21">
<artifact name="joml-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joml', module='joml-gwt', version='1.9.21')
)
libraryDependencies += "org.joml" % "joml-gwt" % "1.9.21"
[org.joml/joml-gwt "1.9.21"]