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