GroupId | GroupIdorg.wvlet.airframe |
---|---|
ArtifactId | ArtifactIdairframe-surface_2.12 |
Version | Version0.42 |
Type | Typejar |
Filename | Size |
---|---|
airframe-surface_2.12-0.42.pom | |
airframe-surface_2.12-0.42.jar | 277 KB |
airframe-surface_2.12-0.42-sources.jar | 26 KB |
airframe-surface_2.12-0.42-javadoc.jar | 916 KB |
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.42</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.12/
implementation 'org.wvlet.airframe:airframe-surface_2.12:0.42'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-surface_2.12/
implementation ("org.wvlet.airframe:airframe-surface_2.12:0.42")
'org.wvlet.airframe:airframe-surface_2.12:jar:0.42'
<dependency org="org.wvlet.airframe" name="airframe-surface_2.12" rev="0.42">
<artifact name="airframe-surface_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-surface_2.12', version='0.42')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-surface_2.12" % "0.42"
[org.wvlet.airframe/airframe-surface_2.12 "0.42"]