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