GroupId | GroupIdorg.wvlet.airframe |
---|---|
ArtifactId | ArtifactIdairframe-surface_2.12 |
Version | Version19.7.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.12/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-surface_2.12</artifactId>
<version>19.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.12/
implementation 'org.wvlet.airframe:airframe-surface_2.12:19.7.6'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.12/
implementation ("org.wvlet.airframe:airframe-surface_2.12:19.7.6")
'org.wvlet.airframe:airframe-surface_2.12:jar:19.7.6'
<dependency org="org.wvlet.airframe" name="airframe-surface_2.12" rev="19.7.6">
<artifact name="airframe-surface_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-surface_2.12', version='19.7.6')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-surface_2.12" % "19.7.6"
[org.wvlet.airframe/airframe-surface_2.12 "19.7.6"]