| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.subchen |
| Идентификатор | Идентификаторjetbrick-parent |
| Последняя версия | Последняя версия2.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеjetbrick-parent
parent pom.xml of jetbrick framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jetbrick-parent-2.4.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.subchen/jetbrick-parent/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-parent</artifactId>
<version>2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-parent/
implementation 'com.github.subchen:jetbrick-parent:2.4'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-parent/
implementation ("com.github.subchen:jetbrick-parent:2.4")
'com.github.subchen:jetbrick-parent:pom:2.4'
<dependency org="com.github.subchen" name="jetbrick-parent" rev="2.4">
<artifact name="jetbrick-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-parent', version='2.4')
)
libraryDependencies += "com.github.subchen" % "jetbrick-parent" % "2.4"
[com.github.subchen/jetbrick-parent "2.4"]