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