Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdnl.gogognome |
ArtifactId | ArtifactIdgogotextsearch |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
gogotextsearch-1.0.2.pom | |
gogotextsearch-1.0.2.jar | 30 KB |
gogotextsearch-1.0.2-sources.jar | 19 KB |
gogotextsearch-1.0.2-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.gogognome/gogotextsearch/ -->
<dependency>
<groupId>nl.gogognome</groupId>
<artifactId>gogotextsearch</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/nl.gogognome/gogotextsearch/
implementation 'nl.gogognome:gogotextsearch:1.0.2'
// https://jarcasting.com/artifacts/nl.gogognome/gogotextsearch/
implementation ("nl.gogognome:gogotextsearch:1.0.2")
'nl.gogognome:gogotextsearch:jar:1.0.2'
<dependency org="nl.gogognome" name="gogotextsearch" rev="1.0.2">
<artifact name="gogotextsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.gogognome', module='gogotextsearch', version='1.0.2')
)
libraryDependencies += "nl.gogognome" % "gogotextsearch" % "1.0.2"
[nl.gogognome/gogotextsearch "1.0.2"]