| GroupId | GroupIdcom.gitee.ainilili |
|---|---|
| ArtifactId | ArtifactIdseeker |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| seeker-1.1.0.pom | |
| seeker-1.1.0.jar | 36 KB |
| seeker-1.1.0-sources.jar | 20 KB |
| seeker-1.1.0-javadoc.jar | 222 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.ainilili/seeker/ -->
<dependency>
<groupId>com.gitee.ainilili</groupId>
<artifactId>seeker</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.ainilili/seeker/
implementation 'com.gitee.ainilili:seeker:1.1.0'
// https://jarcasting.com/artifacts/com.gitee.ainilili/seeker/
implementation ("com.gitee.ainilili:seeker:1.1.0")
'com.gitee.ainilili:seeker:jar:1.1.0'
<dependency org="com.gitee.ainilili" name="seeker" rev="1.1.0">
<artifact name="seeker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.ainilili', module='seeker', version='1.1.0')
)
libraryDependencies += "com.gitee.ainilili" % "seeker" % "1.1.0"
[com.gitee.ainilili/seeker "1.1.0"]