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