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