| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.fmjsjx |
| Идентификатор | Идентификаторlibcommon-bom |
| Последняя версия | Последняя версия2.6.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеlibcommon/BOM
A set of some common useful libraries.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| libcommon-bom-2.6.2.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libcommon-bom/ -->
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libcommon-bom</artifactId>
<version>2.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libcommon-bom/
implementation 'com.github.fmjsjx:libcommon-bom:2.6.2'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libcommon-bom/
implementation ("com.github.fmjsjx:libcommon-bom:2.6.2")
'com.github.fmjsjx:libcommon-bom:pom:2.6.2'
<dependency org="com.github.fmjsjx" name="libcommon-bom" rev="2.6.2">
<artifact name="libcommon-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libcommon-bom', version='2.6.2')
)
libraryDependencies += "com.github.fmjsjx" % "libcommon-bom" % "2.6.2"
[com.github.fmjsjx/libcommon-bom "2.6.2"]