GroupId | GroupIdorg.dromara |
---|---|
ArtifactId | ArtifactIdmyth-springcloud |
Version | Version2.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dromara/myth-springcloud/ -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>myth-springcloud</artifactId>
<version>2.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.dromara/myth-springcloud/
implementation 'org.dromara:myth-springcloud:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.dromara/myth-springcloud/
implementation ("org.dromara:myth-springcloud:2.0.0-RELEASE")
'org.dromara:myth-springcloud:jar:2.0.0-RELEASE'
<dependency org="org.dromara" name="myth-springcloud" rev="2.0.0-RELEASE">
<artifact name="myth-springcloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dromara', module='myth-springcloud', version='2.0.0-RELEASE')
)
libraryDependencies += "org.dromara" % "myth-springcloud" % "2.0.0-RELEASE"
[org.dromara/myth-springcloud "2.0.0-RELEASE"]