<dependency> <groupId>org.webjars</groupId> <artifactId>bootstrap</artifactId> <version>3.3.2</version> </dependency>
implementation 'org.webjars:bootstrap:3.3.2'
implementation("org.webjars:bootstrap:3.3.2")
libraryDependencies += "org.webjars" % "bootstrap" % "3.3.2"
@Grapes( @Grab(group='org.webjars', module='bootstrap', version='3.3.2') )
<dependency org="org.webjars" name="bootstrap" rev="3.3.2" />
[org.webjars/bootstrap "3.3.2"]
'org.webjars:bootstrap:jar:3.3.2'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.webjars:jquery:1.11.1