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