| GroupId | GroupIdtop.dcenter |
|---|---|
| ArtifactId | ArtifactIdums-mdc |
| Version | Version2.2.19 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ums-mdc-2.2.19.pom | |
| ums-mdc-2.2.19.jar | 16 KB |
| ums-mdc-2.2.19-sources.jar | 17 KB |
| ums-mdc-2.2.19-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.dcenter/ums-mdc/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>ums-mdc</artifactId>
<version>2.2.19</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/ums-mdc/
implementation 'top.dcenter:ums-mdc:2.2.19'
// https://jarcasting.com/artifacts/top.dcenter/ums-mdc/
implementation ("top.dcenter:ums-mdc:2.2.19")
'top.dcenter:ums-mdc:jar:2.2.19'
<dependency org="top.dcenter" name="ums-mdc" rev="2.2.19">
<artifact name="ums-mdc" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='ums-mdc', version='2.2.19')
)
libraryDependencies += "top.dcenter" % "ums-mdc" % "2.2.19"
[top.dcenter/ums-mdc "2.2.19"]