is not current version
Last Version 1.2.1

io.github.mytianya:core 1.2


GroupId

GroupId

io.github.mytianya
ArtifactId

ArtifactId

core
Version

Version

1.2
Type

Type

jar

Download core 1.2


<!-- https://jarcasting.com/artifacts/io.github.mytianya/core/ -->
<dependency>
    <groupId>io.github.mytianya</groupId>
    <artifactId>core</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mytianya/core/
implementation 'io.github.mytianya:core:1.2'
// https://jarcasting.com/artifacts/io.github.mytianya/core/
implementation ("io.github.mytianya:core:1.2")
'io.github.mytianya:core:jar:1.2'
<dependency org="io.github.mytianya" name="core" rev="1.2">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mytianya', module='core', version='1.2')
)
libraryDependencies += "io.github.mytianya" % "core" % "1.2"
[io.github.mytianya/core "1.2"]