GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdfresh |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
fresh-0.3.0.pom | |
fresh-0.3.0.jar | 5 KB |
fresh-0.3.0-sources.jar | 22 bytes |
fresh-0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/fresh/
implementation 'org.webjars.npm:fresh:0.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/fresh/
implementation ("org.webjars.npm:fresh:0.3.0")
'org.webjars.npm:fresh:jar:0.3.0'
<dependency org="org.webjars.npm" name="fresh" rev="0.3.0">
<artifact name="fresh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='fresh', version='0.3.0')
)
libraryDependencies += "org.webjars.npm" % "fresh" % "0.3.0"
[org.webjars.npm/fresh "0.3.0"]