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