| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаcom.github.brunotl |
| Идентификатор | Идентификаторboost_config |
| Последняя версия | Последняя версия1.78.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеConfig
Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| boost_config-1.78.0.pom | |
| boost_config-1.78.0.aar | 152 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.brunotl/boost_config/ -->
<dependency>
<groupId>com.github.brunotl</groupId>
<artifactId>boost_config</artifactId>
<version>1.78.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.brunotl/boost_config/
implementation 'com.github.brunotl:boost_config:1.78.0'
// https://jarcasting.com/artifacts/com.github.brunotl/boost_config/
implementation ("com.github.brunotl:boost_config:1.78.0")
'com.github.brunotl:boost_config:aar:1.78.0'
<dependency org="com.github.brunotl" name="boost_config" rev="1.78.0">
<artifact name="boost_config" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.brunotl', module='boost_config', version='1.78.0')
)
libraryDependencies += "com.github.brunotl" % "boost_config" % "1.78.0"
[com.github.brunotl/boost_config "1.78.0"]