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