| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторcamelcase |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camelcase-1.0.2.pom | |
| camelcase-1.0.2.jar | 3 KB |
| camelcase-1.0.2-sources.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/camelcase/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>camelcase</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/camelcase/
implementation 'org.webjars.npm:camelcase:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/camelcase/
implementation ("org.webjars.npm:camelcase:1.0.2")
'org.webjars.npm:camelcase:jar:1.0.2'
<dependency org="org.webjars.npm" name="camelcase" rev="1.0.2">
<artifact name="camelcase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='camelcase', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "camelcase" % "1.0.2"
[org.webjars.npm/camelcase "1.0.2"]