<dependency> <groupId>org.webjars</groupId> <artifactId>fullcalendar</artifactId> <version>4.4.3</version> </dependency>
implementation 'org.webjars:fullcalendar:4.4.3'
implementation("org.webjars:fullcalendar:4.4.3")
libraryDependencies += "org.webjars" % "fullcalendar" % "4.4.3"
@Grapes( @Grab(group='org.webjars', module='fullcalendar', version='4.4.3') )
<dependency org="org.webjars" name="fullcalendar" rev="4.4.3" />
[org.webjars/fullcalendar "4.4.3"]
'org.webjars:fullcalendar:jar:4.4.3'
<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