Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.wvlet.airframe |
ArtifactId | ArtifactIdairframe-config_2.13 |
Version | Version20.3.1 |
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>20.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-config_2.13/
implementation 'org.wvlet.airframe:airframe-config_2.13:20.3.1'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-config_2.13/
implementation ("org.wvlet.airframe:airframe-config_2.13:20.3.1")
'org.wvlet.airframe:airframe-config_2.13:jar:20.3.1'
<dependency org="org.wvlet.airframe" name="airframe-config_2.13" rev="20.3.1">
<artifact name="airframe-config_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-config_2.13', version='20.3.1')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-config_2.13" % "20.3.1"
[org.wvlet.airframe/airframe-config_2.13 "20.3.1"]