GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIddtm |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
dtm-2.2.2.pom | |
dtm-2.2.2.jar | 14 KB |
dtm-2.2.2-sources.jar | 12 KB |
dtm-2.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/dtm/
implementation 'org.apache.servicecomb:dtm:2.2.2'
// https://jarcasting.com/artifacts/org.apache.servicecomb/dtm/
implementation ("org.apache.servicecomb:dtm:2.2.2")
'org.apache.servicecomb:dtm:jar:2.2.2'
<dependency org="org.apache.servicecomb" name="dtm" rev="2.2.2">
<artifact name="dtm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='dtm', version='2.2.2')
)
libraryDependencies += "org.apache.servicecomb" % "dtm" % "2.2.2"
[org.apache.servicecomb/dtm "2.2.2"]