GroupId | GroupIdcn.tuheishan |
---|---|
ArtifactId | ArtifactIdmeteor-core |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
meteor-core-1.0.9.pom | |
meteor-core-1.0.9.jar | 60 KB |
meteor-core-1.0.9-sources.jar | 46 KB |
meteor-core-1.0.9-javadoc.jar | 646 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.tuheishan/meteor-core/ -->
<dependency>
<groupId>cn.tuheishan</groupId>
<artifactId>meteor-core</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tuheishan/meteor-core/
implementation 'cn.tuheishan:meteor-core:1.0.9'
// https://jarcasting.com/artifacts/cn.tuheishan/meteor-core/
implementation ("cn.tuheishan:meteor-core:1.0.9")
'cn.tuheishan:meteor-core:jar:1.0.9'
<dependency org="cn.tuheishan" name="meteor-core" rev="1.0.9">
<artifact name="meteor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tuheishan', module='meteor-core', version='1.0.9')
)
libraryDependencies += "cn.tuheishan" % "meteor-core" % "1.0.9"
[cn.tuheishan/meteor-core "1.0.9"]