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