GroupId | GroupIdtop.yuzhyn |
---|---|
ArtifactId | ArtifactIdazylee-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
azylee-core-1.0.0.pom | |
azylee-core-1.0.0.jar | 97 KB |
azylee-core-1.0.0-sources.jar | 64 KB |
azylee-core-1.0.0-javadoc.jar | 574 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.yuzhyn/azylee-core/ -->
<dependency>
<groupId>top.yuzhyn</groupId>
<artifactId>azylee-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.yuzhyn/azylee-core/
implementation 'top.yuzhyn:azylee-core:1.0.0'
// https://jarcasting.com/artifacts/top.yuzhyn/azylee-core/
implementation ("top.yuzhyn:azylee-core:1.0.0")
'top.yuzhyn:azylee-core:jar:1.0.0'
<dependency org="top.yuzhyn" name="azylee-core" rev="1.0.0">
<artifact name="azylee-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.yuzhyn', module='azylee-core', version='1.0.0')
)
libraryDependencies += "top.yuzhyn" % "azylee-core" % "1.0.0"
[top.yuzhyn/azylee-core "1.0.0"]