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