GroupId | GroupIdorg.wvlet.airframe |
---|---|
ArtifactId | ArtifactIdairframe_2.13.0-M3 |
Version | Version0.47 |
Type | Typejar |
Filename | Size |
---|---|
airframe_2.13.0-M3-0.47.pom | |
airframe_2.13.0-M3-0.47.jar | 159 KB |
airframe_2.13.0-M3-0.47-sources.jar | 21 KB |
airframe_2.13.0-M3-0.47-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_2.13.0-M3/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe_2.13.0-M3</artifactId>
<version>0.47</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_2.13.0-M3/
implementation 'org.wvlet.airframe:airframe_2.13.0-M3:0.47'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_2.13.0-M3/
implementation ("org.wvlet.airframe:airframe_2.13.0-M3:0.47")
'org.wvlet.airframe:airframe_2.13.0-M3:jar:0.47'
<dependency org="org.wvlet.airframe" name="airframe_2.13.0-M3" rev="0.47">
<artifact name="airframe_2.13.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe_2.13.0-M3', version='0.47')
)
libraryDependencies += "org.wvlet.airframe" % "airframe_2.13.0-M3" % "0.47"
[org.wvlet.airframe/airframe_2.13.0-M3 "0.47"]