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