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