m

moonshine-bytes

The Moonshine Bytes module contains classes - utilities for java types to bytes encoding/decoding. These classes can be used when it is required to encode/decode some java types to bytes and e.t.c.
https://ololx.github.io/moonshine
The Apache Software License, Version 2.0
Alexander A. Kropotin
Files download
File Operation
moonshine-bytes-0.13.0.jar download
moonshine-bytes-0.13.0.pom download
moonshine-bytes-0.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ololx.moonshine</groupId>
  <artifactId>moonshine-bytes</artifactId>
  <version>0.13.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.ololx.moonshine:moonshine-bytes:0.13.0'
Gradle Kotlin
implementation("io.github.ololx.moonshine:moonshine-bytes:0.13.0")
Scala SBT
libraryDependencies += "io.github.ololx.moonshine" % "moonshine-bytes" % "0.13.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ololx.moonshine', module='moonshine-bytes', version='0.13.0')
)
Apache Ivy
<dependency org="io.github.ololx.moonshine" name="moonshine-bytes" rev="0.13.0" />
Leiningen
[io.github.ololx.moonshine/moonshine-bytes "0.13.0"]
Apache Buildr
'io.github.ololx.moonshine:moonshine-bytes:jar:0.13.0'