binary-streams

Implementation of I/O binary streams for Kotlin.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.bitbucket.akornilov.kotlin
ArtifactId

ArtifactId

binary-streams
Last Version

Last Version

0.33
Release Date

Release Date

Type

Type

jar
Description

Description

binary-streams
Implementation of I/O binary streams for Kotlin.

Download binary-streams

How to add to project

<!-- https://jarcasting.com/artifacts/org.bitbucket.akornilov.kotlin/binary-streams/ -->
<dependency>
    <groupId>org.bitbucket.akornilov.kotlin</groupId>
    <artifactId>binary-streams</artifactId>
    <version>0.33</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.akornilov.kotlin/binary-streams/
implementation 'org.bitbucket.akornilov.kotlin:binary-streams:0.33'
// https://jarcasting.com/artifacts/org.bitbucket.akornilov.kotlin/binary-streams/
implementation ("org.bitbucket.akornilov.kotlin:binary-streams:0.33")
'org.bitbucket.akornilov.kotlin:binary-streams:jar:0.33'
<dependency org="org.bitbucket.akornilov.kotlin" name="binary-streams" rev="0.33">
  <artifact name="binary-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.akornilov.kotlin', module='binary-streams', version='0.33')
)
libraryDependencies += "org.bitbucket.akornilov.kotlin" % "binary-streams" % "0.33"
[org.bitbucket.akornilov.kotlin/binary-streams "0.33"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.11
org.jetbrains.kotlin : kotlin-reflect jar 1.3.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.33
0.31
0.3
0.1