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