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