GroupId | GroupIdorg.wvlet.airframe |
---|---|
ArtifactId | ArtifactIdairframe-surface_2.13 |
Version | Version20.10.3 |
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>20.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.13/
implementation 'org.wvlet.airframe:airframe-surface_2.13:20.10.3'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.13/
implementation ("org.wvlet.airframe:airframe-surface_2.13:20.10.3")
'org.wvlet.airframe:airframe-surface_2.13:jar:20.10.3'
<dependency org="org.wvlet.airframe" name="airframe-surface_2.13" rev="20.10.3">
<artifact name="airframe-surface_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-surface_2.13', version='20.10.3')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-surface_2.13" % "20.10.3"
[org.wvlet.airframe/airframe-surface_2.13 "20.10.3"]