| License |
License |
|---|---|
| Categories |
CategoriesSearch Business Logic Libraries |
| GroupId | GroupIdio.github.shaohuizhe |
| ArtifactId | ArtifactIdfile-search |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfile-search
file-search
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| file-search-1.0.pom | |
| file-search-1.0.jar | 9 KB |
| file-search-1.0-sources.jar | 5 KB |
| file-search-1.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/file-search/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>file-search</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/file-search/
implementation 'io.github.shaohuizhe:file-search:1.0'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/file-search/
implementation ("io.github.shaohuizhe:file-search:1.0")
'io.github.shaohuizhe:file-search:jar:1.0'
<dependency org="io.github.shaohuizhe" name="file-search" rev="1.0">
<artifact name="file-search" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='file-search', version='1.0')
)
libraryDependencies += "io.github.shaohuizhe" % "file-search" % "1.0"
[io.github.shaohuizhe/file-search "1.0"]