| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.t |
| Идентификатор | Идентификаторcommon-service |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеlib-parent-pom
|
| Имя Файла | Размер |
|---|---|
| common-service-1.0.0.RELEASE.pom | |
| common-service-1.0.0.RELEASE.jar | 4 KB |
| common-service-1.0.0.RELEASE-sources.jar | 3 KB |
| common-service-1.0.0.RELEASE-javadoc.jar | 404 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.t/common-service/ -->
<dependency>
<groupId>cn.t</groupId>
<artifactId>common-service</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.t/common-service/
implementation 'cn.t:common-service:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.t/common-service/
implementation ("cn.t:common-service:1.0.0.RELEASE")
'cn.t:common-service:jar:1.0.0.RELEASE'
<dependency org="cn.t" name="common-service" rev="1.0.0.RELEASE">
<artifact name="common-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.t', module='common-service', version='1.0.0.RELEASE')
)
libraryDependencies += "cn.t" % "common-service" % "1.0.0.RELEASE"
[cn.t/common-service "1.0.0.RELEASE"]