Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.avanza.astrix |
ArtifactId | ArtifactIdastrix-config |
Version | Version0.42.0 |
Type | Typejar |
Filename | Size |
---|---|
astrix-config-0.42.0.pom | |
astrix-config-0.42.0.jar | 37 KB |
astrix-config-0.42.0-sources.jar | 28 KB |
astrix-config-0.42.0-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avanza.astrix/astrix-config/ -->
<dependency>
<groupId>com.avanza.astrix</groupId>
<artifactId>astrix-config</artifactId>
<version>0.42.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-config/
implementation 'com.avanza.astrix:astrix-config:0.42.0'
// https://jarcasting.com/artifacts/com.avanza.astrix/astrix-config/
implementation ("com.avanza.astrix:astrix-config:0.42.0")
'com.avanza.astrix:astrix-config:jar:0.42.0'
<dependency org="com.avanza.astrix" name="astrix-config" rev="0.42.0">
<artifact name="astrix-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avanza.astrix', module='astrix-config', version='0.42.0')
)
libraryDependencies += "com.avanza.astrix" % "astrix-config" % "0.42.0"
[com.avanza.astrix/astrix-config "0.42.0"]