| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.github.nomadblacky |
| ArtifactId | ArtifactIdsentry-config |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]