| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.jporm |
| Идентификатор | Идентификаторjpo-test |
| Версия | Версия8.5.12 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jpo-test-8.5.12.pom | 762 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.jporm/jpo-test/ -->
<dependency>
<groupId>com.jporm</groupId>
<artifactId>jpo-test</artifactId>
<version>8.5.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jporm/jpo-test/
implementation 'com.jporm:jpo-test:8.5.12'
// https://jarcasting.com/artifacts/com.jporm/jpo-test/
implementation ("com.jporm:jpo-test:8.5.12")
'com.jporm:jpo-test:pom:8.5.12'
<dependency org="com.jporm" name="jpo-test" rev="8.5.12">
<artifact name="jpo-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jporm', module='jpo-test', version='8.5.12')
)
libraryDependencies += "com.jporm" % "jpo-test" % "8.5.12"
[com.jporm/jpo-test "8.5.12"]