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