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