binary-streams

Implementation of I/O binary streams for Kotlin.

License

License

Categories

Categories

Kotlin Languages Net
GroupId

GroupId

net.sf.loggersoft.kotlin
ArtifactId

ArtifactId

binary-streams
Last Version

Last Version

0.35
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://kotlin-utils.sourceforge.io

Download binary-streams

How to add to project

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

Dependencies

runtime (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.35
0.33