| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.gitee.primxia |
| Идентификатор | ИдентификаторTestDemo |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| TestDemo-1.2.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.primxia/TestDemo/ -->
<dependency>
<groupId>com.gitee.primxia</groupId>
<artifactId>TestDemo</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.primxia/TestDemo/
implementation 'com.gitee.primxia:TestDemo:1.2'
// https://jarcasting.com/artifacts/com.gitee.primxia/TestDemo/
implementation ("com.gitee.primxia:TestDemo:1.2")
'com.gitee.primxia:TestDemo:pom:1.2'
<dependency org="com.gitee.primxia" name="TestDemo" rev="1.2">
<artifact name="TestDemo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.primxia', module='TestDemo', version='1.2')
)
libraryDependencies += "com.gitee.primxia" % "TestDemo" % "1.2"
[com.gitee.primxia/TestDemo "1.2"]