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