GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdcbp-theme |
Version | Version1.8.1 |
Type | Typejar |
Filename | Size |
---|---|
cbp-theme-1.8.1.pom | |
cbp-theme-1.8.1.jar | 4 MB |
cbp-theme-1.8.1-sources.jar | 22 bytes |
cbp-theme-1.8.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/cbp-theme/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>cbp-theme</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cbp-theme/
implementation 'org.webjars.npm:cbp-theme:1.8.1'
// https://jarcasting.com/artifacts/org.webjars.npm/cbp-theme/
implementation ("org.webjars.npm:cbp-theme:1.8.1")
'org.webjars.npm:cbp-theme:jar:1.8.1'
<dependency org="org.webjars.npm" name="cbp-theme" rev="1.8.1">
<artifact name="cbp-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cbp-theme', version='1.8.1')
)
libraryDependencies += "org.webjars.npm" % "cbp-theme" % "1.8.1"
[org.webjars.npm/cbp-theme "1.8.1"]