| GroupId | GroupIdcn.lanink |
|---|---|
| ArtifactId | ArtifactIdMemoriesOfTime-GameCore |
| Version | Version1.5.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.lanink/MemoriesOfTime-GameCore/ -->
<dependency>
<groupId>cn.lanink</groupId>
<artifactId>MemoriesOfTime-GameCore</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.lanink/MemoriesOfTime-GameCore/
implementation 'cn.lanink:MemoriesOfTime-GameCore:1.5.2'
// https://jarcasting.com/artifacts/cn.lanink/MemoriesOfTime-GameCore/
implementation ("cn.lanink:MemoriesOfTime-GameCore:1.5.2")
'cn.lanink:MemoriesOfTime-GameCore:jar:1.5.2'
<dependency org="cn.lanink" name="MemoriesOfTime-GameCore" rev="1.5.2">
<artifact name="MemoriesOfTime-GameCore" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.lanink', module='MemoriesOfTime-GameCore', version='1.5.2')
)
libraryDependencies += "cn.lanink" % "MemoriesOfTime-GameCore" % "1.5.2"
[cn.lanink/MemoriesOfTime-GameCore "1.5.2"]