License |
License |
---|---|
GroupId | GroupIdorg.wvlet.airframe |
ArtifactId | ArtifactIdairframe-codec_2.12 |
Version | Version22.2.0 |
Type | Typejar |
Description |
Descriptionairframe-codec
Airframe MessagePack-based codec
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
airframe-codec_2.12-22.2.0.pom | |
airframe-codec_2.12-22.2.0.jar | 470 KB |
airframe-codec_2.12-22.2.0-sources.jar | 40 KB |
airframe-codec_2.12-22.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-codec_2.12/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-codec_2.12</artifactId>
<version>22.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-codec_2.12/
implementation 'org.wvlet.airframe:airframe-codec_2.12:22.2.0'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-codec_2.12/
implementation ("org.wvlet.airframe:airframe-codec_2.12:22.2.0")
'org.wvlet.airframe:airframe-codec_2.12:jar:22.2.0'
<dependency org="org.wvlet.airframe" name="airframe-codec_2.12" rev="22.2.0">
<artifact name="airframe-codec_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-codec_2.12', version='22.2.0')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-codec_2.12" % "22.2.0"
[org.wvlet.airframe/airframe-codec_2.12 "22.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.15 |
org.wvlet.airframe : airframe-log_2.12 | jar | 22.2.0 |
org.wvlet.airframe : airframe-surface_2.12 | jar | 22.2.0 |
org.wvlet.airframe : airframe-msgpack_2.12 | jar | 22.2.0 |
org.wvlet.airframe : airframe-metrics_2.12 | jar | 22.2.0 |
org.wvlet.airframe : airframe-json_2.12 | jar | 22.2.0 |
org.wvlet.airframe : airframe-control_2.12 | jar | 22.2.0 |
org.wvlet.airframe : airframe-ulid_2.12 | jar | 22.2.0 |
org.scala-lang.modules : scala-collection-compat_2.12 | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalacheck : scalacheck_2.12 | jar | 1.15.4 |
org.xerial : sqlite-jdbc | jar | 3.36.0.3 |