is not current version
Last Version 0.36

org.wvlet.airframe:airframe_2.13.0-M2 0.28

Dependency injection library tailored to Scala

GroupId

GroupId

org.wvlet.airframe
ArtifactId

ArtifactId

airframe_2.13.0-M2
Version

Version

0.28
Type

Type

jar

Download airframe_2.13.0-M2 0.28


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