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