GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIddot-case |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
dot-case-2.1.1.pom | |
dot-case-2.1.1.jar | 5 KB |
dot-case-2.1.1-sources.jar | 22 bytes |
dot-case-2.1.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/dot-case/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>dot-case</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/dot-case/
implementation 'org.webjars.npm:dot-case:2.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/dot-case/
implementation ("org.webjars.npm:dot-case:2.1.1")
'org.webjars.npm:dot-case:jar:2.1.1'
<dependency org="org.webjars.npm" name="dot-case" rev="2.1.1">
<artifact name="dot-case" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='dot-case', version='2.1.1')
)
libraryDependencies += "org.webjars.npm" % "dot-case" % "2.1.1"
[org.webjars.npm/dot-case "2.1.1"]