GroupId | GroupIdorg.wvlet.airframe |
---|---|
ArtifactId | ArtifactIdairframe_3 |
Version | Version22.4.1 |
Type | Typejar |
Filename | Size |
---|---|
airframe_3-22.4.1.pom | |
airframe_3-22.4.1.jar | 361 KB |
airframe_3-22.4.1-sources.jar | 32 KB |
airframe_3-22.4.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_3/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe_3</artifactId>
<version>22.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_3/
implementation 'org.wvlet.airframe:airframe_3:22.4.1'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe_3/
implementation ("org.wvlet.airframe:airframe_3:22.4.1")
'org.wvlet.airframe:airframe_3:jar:22.4.1'
<dependency org="org.wvlet.airframe" name="airframe_3" rev="22.4.1">
<artifact name="airframe_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe_3', version='22.4.1')
)
libraryDependencies += "org.wvlet.airframe" % "airframe_3" % "22.4.1"
[org.wvlet.airframe/airframe_3 "22.4.1"]