is not current version
Last Version 1.2.1

io.github.mytianya:core 1.1


GroupId

GroupId

io.github.mytianya
ArtifactId

ArtifactId

core
Version

Version

1.1
Type

Type

jar

Download core 1.1


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