Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.wvlet.airframe |
ArtifactId | ArtifactIdairframe-config_2.12 |
Version | Version0.24 |
Type | Typejar |
Filename | Size |
---|---|
airframe-config_2.12-0.24.pom | |
airframe-config_2.12-0.24.jar | 65 KB |
airframe-config_2.12-0.24-sources.jar | 5 KB |
airframe-config_2.12-0.24-javadoc.jar | 676 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-config_2.12/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-config_2.12</artifactId>
<version>0.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-config_2.12/
implementation 'org.wvlet.airframe:airframe-config_2.12:0.24'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-config_2.12/
implementation ("org.wvlet.airframe:airframe-config_2.12:0.24")
'org.wvlet.airframe:airframe-config_2.12:jar:0.24'
<dependency org="org.wvlet.airframe" name="airframe-config_2.12" rev="0.24">
<artifact name="airframe-config_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-config_2.12', version='0.24')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-config_2.12" % "0.24"
[org.wvlet.airframe/airframe-config_2.12 "0.24"]