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