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