| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.nutz |
| Идентификатор | Идентификаторnutzboot-parent |
| Версия | Версия2.4.2.v20201205 |
| Тип | Типpom |
| Описание |
Описаниеnutzboot-parent
NutzBoot, micoservice base on Nutz
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| nutzboot-parent-2.4.2.v20201205.pom | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-parent/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-parent</artifactId>
<version>2.4.2.v20201205</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-parent/
implementation 'org.nutz:nutzboot-parent:2.4.2.v20201205'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-parent/
implementation ("org.nutz:nutzboot-parent:2.4.2.v20201205")
'org.nutz:nutzboot-parent:pom:2.4.2.v20201205'
<dependency org="org.nutz" name="nutzboot-parent" rev="2.4.2.v20201205">
<artifact name="nutzboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-parent', version='2.4.2.v20201205')
)
libraryDependencies += "org.nutz" % "nutzboot-parent" % "2.4.2.v20201205"
[org.nutz/nutzboot-parent "2.4.2.v20201205"]