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