is not current version
Last Version 1.0.11

cn.tuheishan:meteor-core 1.0.0

Meteor核心,包括集合、字符串、Bean等工具

GroupId

GroupId

cn.tuheishan
ArtifactId

ArtifactId

meteor-core
Version

Version

1.0.0
Type

Type

jar

Download meteor-core 1.0.0


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