is not current version
Last Version 0.21

org.wvlet:airframe_2.12 0.17

Dependency injection library tailored to Scala

GroupId

GroupId

org.wvlet
ArtifactId

ArtifactId

airframe_2.12
Version

Version

0.17
Type

Type

jar

Download airframe_2.12 0.17


<!-- https://jarcasting.com/artifacts/org.wvlet/airframe_2.12/ -->
<dependency>
    <groupId>org.wvlet</groupId>
    <artifactId>airframe_2.12</artifactId>
    <version>0.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet/airframe_2.12/
implementation 'org.wvlet:airframe_2.12:0.17'
// https://jarcasting.com/artifacts/org.wvlet/airframe_2.12/
implementation ("org.wvlet:airframe_2.12:0.17")
'org.wvlet:airframe_2.12:jar:0.17'
<dependency org="org.wvlet" name="airframe_2.12" rev="0.17">
  <artifact name="airframe_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet', module='airframe_2.12', version='0.17')
)
libraryDependencies += "org.wvlet" % "airframe_2.12" % "0.17"
[org.wvlet/airframe_2.12 "0.17"]