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