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