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