| License |
License |
|---|---|
| GroupId | GroupIdorg.wvlet.airframe |
| ArtifactId | ArtifactIdairframe_2.13 |
| Version | Version21.5.4 |
| Type | Typejar |
| Description |
Descriptionairframe
Dependency injection library tailored to Scala
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| airframe_2.13-21.5.4.pom | |
| airframe_2.13-21.5.4.jar | 292 KB |
| airframe_2.13-21.5.4-sources.jar | 33 KB |
| airframe_2.13-21.5.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_2.13/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe_2.13</artifactId>
<version>21.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_2.13/
implementation 'org.wvlet.airframe:airframe_2.13:21.5.4'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_2.13/
implementation ("org.wvlet.airframe:airframe_2.13:21.5.4")
'org.wvlet.airframe:airframe_2.13:jar:21.5.4'
<dependency org="org.wvlet.airframe" name="airframe_2.13" rev="21.5.4">
<artifact name="airframe_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe_2.13', version='21.5.4')
)
libraryDependencies += "org.wvlet.airframe" % "airframe_2.13" % "21.5.4"
[org.wvlet.airframe/airframe_2.13 "21.5.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.5 |
| org.wvlet.airframe : airframe-surface_2.13 | jar | 21.5.4 |
| org.wvlet.airframe : airframe-di-macros_2.13 | jar | 21.5.4 |
| org.scala-lang.modules : scala-collection-compat_2.13 | jar | 2.4.4 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalacheck : scalacheck_2.13 | jar | 1.15.4 |