| GroupId | GroupIdorg.wvlet.airframe |
|---|---|
| ArtifactId | ArtifactIdairframe-surface_2.11 |
| Version | Version0.30 |
| Type | Typejar |
| Filename | Size |
|---|---|
| airframe-surface_2.11-0.30.pom | |
| airframe-surface_2.11-0.30.jar | 338 KB |
| airframe-surface_2.11-0.30-sources.jar | 26 KB |
| airframe-surface_2.11-0.30-javadoc.jar | 566 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.11/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-surface_2.11</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.11/
implementation 'org.wvlet.airframe:airframe-surface_2.11:0.30'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.11/
implementation ("org.wvlet.airframe:airframe-surface_2.11:0.30")
'org.wvlet.airframe:airframe-surface_2.11:jar:0.30'
<dependency org="org.wvlet.airframe" name="airframe-surface_2.11" rev="0.30">
<artifact name="airframe-surface_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-surface_2.11', version='0.30')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-surface_2.11" % "0.30"
[org.wvlet.airframe/airframe-surface_2.11 "0.30"]