| GroupId | GroupIdme.zhyd.hunter |
|---|---|
| ArtifactId | ArtifactIdblog-hunter |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| blog-hunter-1.0.0.pom | |
| blog-hunter-1.0.0.jar | 57 KB |
| blog-hunter-1.0.0-sources.jar | 31 KB |
| blog-hunter-1.0.0-javadoc.jar | 252 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/ -->
<dependency>
<groupId>me.zhyd.hunter</groupId>
<artifactId>blog-hunter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/
implementation 'me.zhyd.hunter:blog-hunter:1.0.0'
// https://jarcasting.com/artifacts/me.zhyd.hunter/blog-hunter/
implementation ("me.zhyd.hunter:blog-hunter:1.0.0")
'me.zhyd.hunter:blog-hunter:jar:1.0.0'
<dependency org="me.zhyd.hunter" name="blog-hunter" rev="1.0.0">
<artifact name="blog-hunter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.zhyd.hunter', module='blog-hunter', version='1.0.0')
)
libraryDependencies += "me.zhyd.hunter" % "blog-hunter" % "1.0.0"
[me.zhyd.hunter/blog-hunter "1.0.0"]