简体   繁体   English

找不到发布到 Maven Central 的 codec-akka

[英]Can't find scodec-akka published to Maven Central

I need to convert the ByteString received by AKKA Streams to BitVector int order to decode it by scodec.我需要将 AKKA Streams 接收到的 ByteString 转换为 BitVector int 以便通过编解码器对其进行解码。 The library is said to be be published to Maven central under org.scodec %% scodec-akka as mentioned here GitHub scodec-akka据说该库将在 org.codec %% scodec-akka 下发布到 Maven 中心,如此处提到的GitHub scodec-akka

so i need to know of the library was removed or i still can get it in some way.所以我需要知道该库已被删除,或者我仍然可以通过某种方式获得它。 if not is there any work arround to make this conversion?如果没有,是否有任何工作可以进行这种转换?

The scodec-akka library hasn't been published yet. codec-akka 库尚未发布。 We were holding off until we had some amount of support for akka-streams, but we could publish a version with just the ByteVector conversions.我们一直在推迟,直到我们对 akka-streams 有了一定的支持,但我们可以发布一个只包含ByteVector转换的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM