Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIddat-gui |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
dat-gui-0.5.0.pom | |
dat-gui-0.5.0.jar | 38 KB |
dat-gui-0.5.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/dat-gui/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>dat-gui</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/dat-gui/
implementation 'org.webjars:dat-gui:0.5.0'
// https://jarcasting.com/artifacts/org.webjars/dat-gui/
implementation ("org.webjars:dat-gui:0.5.0")
'org.webjars:dat-gui:jar:0.5.0'
<dependency org="org.webjars" name="dat-gui" rev="0.5.0">
<artifact name="dat-gui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='dat-gui', version='0.5.0')
)
libraryDependencies += "org.webjars" % "dat-gui" % "0.5.0"
[org.webjars/dat-gui "0.5.0"]