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