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