GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootstrap-social |
Version | Version4.9.0 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-social-4.9.0.pom | |
bootstrap-social-4.9.0.jar | 530 KB |
bootstrap-social-4.9.0-javadoc.jar | 525 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-social/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-social</artifactId>
<version>4.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-social/
implementation 'org.webjars:bootstrap-social:4.9.0'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-social/
implementation ("org.webjars:bootstrap-social:4.9.0")
'org.webjars:bootstrap-social:jar:4.9.0'
<dependency org="org.webjars" name="bootstrap-social" rev="4.9.0">
<artifact name="bootstrap-social" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-social', version='4.9.0')
)
libraryDependencies += "org.webjars" % "bootstrap-social" % "4.9.0"
[org.webjars/bootstrap-social "4.9.0"]