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