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