Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdstartbootstrap-simple-sidebar |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/startbootstrap-simple-sidebar/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>startbootstrap-simple-sidebar</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/startbootstrap-simple-sidebar/
implementation 'org.webjars.bower:startbootstrap-simple-sidebar:1.0.4'
// https://jarcasting.com/artifacts/org.webjars.bower/startbootstrap-simple-sidebar/
implementation ("org.webjars.bower:startbootstrap-simple-sidebar:1.0.4")
'org.webjars.bower:startbootstrap-simple-sidebar:jar:1.0.4'
<dependency org="org.webjars.bower" name="startbootstrap-simple-sidebar" rev="1.0.4">
<artifact name="startbootstrap-simple-sidebar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='startbootstrap-simple-sidebar', version='1.0.4')
)
libraryDependencies += "org.webjars.bower" % "startbootstrap-simple-sidebar" % "1.0.4"
[org.webjars.bower/startbootstrap-simple-sidebar "1.0.4"]