не последняя версия
Последняя версия 0.33

org.bitbucket.akornilov.kotlin:binary-streams 0.1

Implementation of I/O binary streams for Kotlin.

Категории

Категории

Kotlin Языки программирования
Группа

Группа

org.bitbucket.akornilov.kotlin
Идентификатор

Идентификатор

binary-streams
Версия

Версия

0.1
Тип

Тип

jar

Скачать binary-streams 0.1


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