GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdgl-mesh3d |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gl-mesh3d-2.0.0.pom | |
gl-mesh3d-2.0.0.jar | 23 KB |
gl-mesh3d-2.0.0-sources.jar | 22 bytes |
gl-mesh3d-2.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/gl-mesh3d/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>gl-mesh3d</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/gl-mesh3d/
implementation 'org.webjars.npm:gl-mesh3d:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/gl-mesh3d/
implementation ("org.webjars.npm:gl-mesh3d:2.0.0")
'org.webjars.npm:gl-mesh3d:jar:2.0.0'
<dependency org="org.webjars.npm" name="gl-mesh3d" rev="2.0.0">
<artifact name="gl-mesh3d" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='gl-mesh3d', version='2.0.0')
)
libraryDependencies += "org.webjars.npm" % "gl-mesh3d" % "2.0.0"
[org.webjars.npm/gl-mesh3d "2.0.0"]