GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIddtm |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
dtm-2.2.0.pom | |
dtm-2.2.0.jar | 14 KB |
dtm-2.2.0-sources.jar | 12 KB |
dtm-2.2.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/dtm/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>dtm</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/dtm/
implementation 'org.apache.servicecomb:dtm:2.2.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb/dtm/
implementation ("org.apache.servicecomb:dtm:2.2.0")
'org.apache.servicecomb:dtm:jar:2.2.0'
<dependency org="org.apache.servicecomb" name="dtm" rev="2.2.0">
<artifact name="dtm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='dtm', version='2.2.0')
)
libraryDependencies += "org.apache.servicecomb" % "dtm" % "2.2.0"
[org.apache.servicecomb/dtm "2.2.0"]