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