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