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