GroupId | GroupIdorg.webjars.bower |
---|---|
ArtifactId | ArtifactIdclassnames |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
classnames-2.1.3.pom | |
classnames-2.1.3.jar | 11 KB |
classnames-2.1.3-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/classnames/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>classnames</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/classnames/
implementation 'org.webjars.bower:classnames:2.1.3'
// https://jarcasting.com/artifacts/org.webjars.bower/classnames/
implementation ("org.webjars.bower:classnames:2.1.3")
'org.webjars.bower:classnames:jar:2.1.3'
<dependency org="org.webjars.bower" name="classnames" rev="2.1.3">
<artifact name="classnames" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='classnames', version='2.1.3')
)
libraryDependencies += "org.webjars.bower" % "classnames" % "2.1.3"
[org.webjars.bower/classnames "2.1.3"]