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