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