License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdnl.gogognome |
ArtifactId | ArtifactIdgogotextsearch |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGogo Text Search
A library for searching strings and text files.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gogotextsearch-2.0.1.pom | |
gogotextsearch-2.0.1.jar | 29 KB |
gogotextsearch-2.0.1-sources.jar | 18 KB |
gogotextsearch-2.0.1-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.gogognome/gogotextsearch/ -->
<dependency>
<groupId>nl.gogognome</groupId>
<artifactId>gogotextsearch</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.gogognome/gogotextsearch/
implementation 'nl.gogognome:gogotextsearch:2.0.1'
// https://jarcasting.com/artifacts/nl.gogognome/gogotextsearch/
implementation ("nl.gogognome:gogotextsearch:2.0.1")
'nl.gogognome:gogotextsearch:jar:2.0.1'
<dependency org="nl.gogognome" name="gogotextsearch" rev="2.0.1">
<artifact name="gogotextsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.gogognome', module='gogotextsearch', version='2.0.1')
)
libraryDependencies += "nl.gogognome" % "gogotextsearch" % "2.0.1"
[nl.gogognome/gogotextsearch "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-all | jar | 1.10.19 |