| Категории |
КатегорииConfiguration Библиотеки уровня приложения config SBE Данные Data Structures |
|---|---|
| Группа | Группаcom.opsbears.webcomponents |
| Идентификатор | Идентификаторconfiguration |
| Версия | Версия1.0.0-alpha11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| configuration-1.0.0-alpha11.pom | |
| configuration-1.0.0-alpha11.jar | 22 KB |
| configuration-1.0.0-alpha11-sources.jar | 10 KB |
| configuration-1.0.0-alpha11-javadoc.jar | 81 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.opsbears.webcomponents/configuration/ -->
<dependency>
<groupId>com.opsbears.webcomponents</groupId>
<artifactId>configuration</artifactId>
<version>1.0.0-alpha11</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsbears.webcomponents/configuration/
implementation 'com.opsbears.webcomponents:configuration:1.0.0-alpha11'
// https://jarcasting.com/artifacts/com.opsbears.webcomponents/configuration/
implementation ("com.opsbears.webcomponents:configuration:1.0.0-alpha11")
'com.opsbears.webcomponents:configuration:jar:1.0.0-alpha11'
<dependency org="com.opsbears.webcomponents" name="configuration" rev="1.0.0-alpha11">
<artifact name="configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsbears.webcomponents', module='configuration', version='1.0.0-alpha11')
)
libraryDependencies += "com.opsbears.webcomponents" % "configuration" % "1.0.0-alpha11"
[com.opsbears.webcomponents/configuration "1.0.0-alpha11"]