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