GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdmontserrat-webfont |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
montserrat-webfont-1.0.0.pom | |
montserrat-webfont-1.0.0.jar | 229 KB |
montserrat-webfont-1.0.0-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/montserrat-webfont/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>montserrat-webfont</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/montserrat-webfont/
implementation 'org.webjars:montserrat-webfont:1.0.0'
// https://jarcasting.com/artifacts/org.webjars/montserrat-webfont/
implementation ("org.webjars:montserrat-webfont:1.0.0")
'org.webjars:montserrat-webfont:jar:1.0.0'
<dependency org="org.webjars" name="montserrat-webfont" rev="1.0.0">
<artifact name="montserrat-webfont" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='montserrat-webfont', version='1.0.0')
)
libraryDependencies += "org.webjars" % "montserrat-webfont" % "1.0.0"
[org.webjars/montserrat-webfont "1.0.0"]