Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.github.dieterdepaepe |
ArtifactId | ArtifactIdjsearch |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
jsearch-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dieterdepaepe/jsearch/ -->
<dependency>
<groupId>com.github.dieterdepaepe</groupId>
<artifactId>jsearch</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dieterdepaepe/jsearch/
implementation 'com.github.dieterdepaepe:jsearch:1.0.0'
// https://jarcasting.com/artifacts/com.github.dieterdepaepe/jsearch/
implementation ("com.github.dieterdepaepe:jsearch:1.0.0")
'com.github.dieterdepaepe:jsearch:pom:1.0.0'
<dependency org="com.github.dieterdepaepe" name="jsearch" rev="1.0.0">
<artifact name="jsearch" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dieterdepaepe', module='jsearch', version='1.0.0')
)
libraryDependencies += "com.github.dieterdepaepe" % "jsearch" % "1.0.0"
[com.github.dieterdepaepe/jsearch "1.0.0"]