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