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