| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdsuper-three |
| Version | Version0.102.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| super-three-0.102.2.pom | |
| super-three-0.102.2.jar | 4 MB |
| super-three-0.102.2-sources.jar | 22 bytes |
| super-three-0.102.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/super-three/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>super-three</artifactId>
<version>0.102.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/super-three/
implementation 'org.webjars.npm:super-three:0.102.2'
// https://jarcasting.com/artifacts/org.webjars.npm/super-three/
implementation ("org.webjars.npm:super-three:0.102.2")
'org.webjars.npm:super-three:jar:0.102.2'
<dependency org="org.webjars.npm" name="super-three" rev="0.102.2">
<artifact name="super-three" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='super-three', version='0.102.2')
)
libraryDependencies += "org.webjars.npm" % "super-three" % "0.102.2"
[org.webjars.npm/super-three "0.102.2"]