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