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