License |
License |
---|---|
Categories |
CategoriesNet Dex General Purpose Libraries Utility |
GroupId | GroupIdnet.thevpc.nuts.toolbox |
ArtifactId | ArtifactIdndexer |
Last Version | Last Version0.8.3.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionNuts Community Toolbox NDexer
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ndexer-0.8.3.0.pom | |
ndexer-0.8.3.0.war | 19 MB |
ndexer-0.8.3.0-sources.jar | 16 KB |
ndexer-0.8.3.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/ndexer/ -->
<dependency>
<groupId>net.thevpc.nuts.toolbox</groupId>
<artifactId>ndexer</artifactId>
<version>0.8.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/ndexer/
implementation 'net.thevpc.nuts.toolbox:ndexer:0.8.3.0'
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/ndexer/
implementation ("net.thevpc.nuts.toolbox:ndexer:0.8.3.0")
'net.thevpc.nuts.toolbox:ndexer:war:0.8.3.0'
<dependency org="net.thevpc.nuts.toolbox" name="ndexer" rev="0.8.3.0">
<artifact name="ndexer" type="war" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.toolbox', module='ndexer', version='0.8.3.0')
)
libraryDependencies += "net.thevpc.nuts.toolbox" % "ndexer" % "0.8.3.0"
[net.thevpc.nuts.toolbox/ndexer "0.8.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.8.RELEASE |
net.thevpc.nuts : nuts | jar | 0.8.3 |
org.apache.lucene : lucene-core | jar | 7.7.0 |
org.apache.lucene : lucene-queryparser | jar | 7.7.0 |
org.apache.lucene : lucene-analyzers-common | jar | 7.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.8.RELEASE |