License |
License |
---|---|
GroupId | GroupIdcn.tuheishan |
ArtifactId | ArtifactIdmeteor-core |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionmeteor-core
Meteor核心,包括集合、字符串、Bean等工具
|
Filename | Size |
---|---|
meteor-core-1.0.0.RELEASE.pom | |
meteor-core-1.0.0.RELEASE.jar | 1 KB |
meteor-core-1.0.0.RELEASE-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.tuheishan/meteor-core/ -->
<dependency>
<groupId>cn.tuheishan</groupId>
<artifactId>meteor-core</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tuheishan/meteor-core/
implementation 'cn.tuheishan:meteor-core:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.tuheishan/meteor-core/
implementation ("cn.tuheishan:meteor-core:1.0.0.RELEASE")
'cn.tuheishan:meteor-core:jar:1.0.0.RELEASE'
<dependency org="cn.tuheishan" name="meteor-core" rev="1.0.0.RELEASE">
<artifact name="meteor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tuheishan', module='meteor-core', version='1.0.0.RELEASE')
)
libraryDependencies += "cn.tuheishan" % "meteor-core" % "1.0.0.RELEASE"
[cn.tuheishan/meteor-core "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.projectlombok : lombok | jar | 1.18.16 |