GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdfoundation-sites |
Version | Version6.2.4 |
Type | Typejar |
Filename | Size |
---|---|
foundation-sites-6.2.4.pom | |
foundation-sites-6.2.4.jar | 1 MB |
foundation-sites-6.2.4-sources.jar | 22 bytes |
foundation-sites-6.2.4-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.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/foundation-sites/
implementation 'org.webjars.npm:foundation-sites:6.2.4'
// https://jarcasting.com/artifacts/org.webjars.npm/foundation-sites/
implementation ("org.webjars.npm:foundation-sites:6.2.4")
'org.webjars.npm:foundation-sites:jar:6.2.4'
<dependency org="org.webjars.npm" name="foundation-sites" rev="6.2.4">
<artifact name="foundation-sites" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='foundation-sites', version='6.2.4')
)
libraryDependencies += "org.webjars.npm" % "foundation-sites" % "6.2.4"
[org.webjars.npm/foundation-sites "6.2.4"]