Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.wvlet.airframe |
ArtifactId | ArtifactIdairframe-config_2.13 |
Version | Version19.12.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-config_2.13/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-config_2.13</artifactId>
<version>19.12.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-config_2.13/
implementation 'org.wvlet.airframe:airframe-config_2.13:19.12.3'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-config_2.13/
implementation ("org.wvlet.airframe:airframe-config_2.13:19.12.3")
'org.wvlet.airframe:airframe-config_2.13:jar:19.12.3'
<dependency org="org.wvlet.airframe" name="airframe-config_2.13" rev="19.12.3">
<artifact name="airframe-config_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-config_2.13', version='19.12.3')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-config_2.13" % "19.12.3"
[org.wvlet.airframe/airframe-config_2.13 "19.12.3"]