| GroupId | GroupIdtop.xiajibagao |
|---|---|
| ArtifactId | ArtifactIdcrane-core |
| Version | Version0.5.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crane-core-0.5.3.pom | |
| crane-core-0.5.3.jar | 138 KB |
| crane-core-0.5.3-sources.jar | 91 KB |
| crane-core-0.5.3-javadoc.jar | 648 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.xiajibagao/crane-core/ -->
<dependency>
<groupId>top.xiajibagao</groupId>
<artifactId>crane-core</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/top.xiajibagao/crane-core/
implementation 'top.xiajibagao:crane-core:0.5.3'
// https://jarcasting.com/artifacts/top.xiajibagao/crane-core/
implementation ("top.xiajibagao:crane-core:0.5.3")
'top.xiajibagao:crane-core:jar:0.5.3'
<dependency org="top.xiajibagao" name="crane-core" rev="0.5.3">
<artifact name="crane-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.xiajibagao', module='crane-core', version='0.5.3')
)
libraryDependencies += "top.xiajibagao" % "crane-core" % "0.5.3"
[top.xiajibagao/crane-core "0.5.3"]