GroupId | GroupIdai.ylyue |
---|---|
ArtifactId | ArtifactIdyue-library-base |
Version | VersionGreenwich.SR1.SR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.ylyue/yue-library-base/ -->
<dependency>
<groupId>ai.ylyue</groupId>
<artifactId>yue-library-base</artifactId>
<version>Greenwich.SR1.SR1</version>
</dependency>
// https://jarcasting.com/artifacts/ai.ylyue/yue-library-base/
implementation 'ai.ylyue:yue-library-base:Greenwich.SR1.SR1'
// https://jarcasting.com/artifacts/ai.ylyue/yue-library-base/
implementation ("ai.ylyue:yue-library-base:Greenwich.SR1.SR1")
'ai.ylyue:yue-library-base:jar:Greenwich.SR1.SR1'
<dependency org="ai.ylyue" name="yue-library-base" rev="Greenwich.SR1.SR1">
<artifact name="yue-library-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.ylyue', module='yue-library-base', version='Greenwich.SR1.SR1')
)
libraryDependencies += "ai.ylyue" % "yue-library-base" % "Greenwich.SR1.SR1"
[ai.ylyue/yue-library-base "Greenwich.SR1.SR1"]