| Категории |
КатегорииKotlin Языки программирования Protobuf Данные Data Structures |
|---|---|
| Группа | Группаio.github.gaplotech |
| Идентификатор | Идентификаторkotlin-protobuf-bson-codec |
| Версия | Версия0.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| kotlin-protobuf-bson-codec-0.1.2.pom | |
| kotlin-protobuf-bson-codec-0.1.2.jar | 44 KB |
| kotlin-protobuf-bson-codec-0.1.2-sources.jar | 6 KB |
| kotlin-protobuf-bson-codec-0.1.2-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.gaplotech/kotlin-protobuf-bson-codec/ -->
<dependency>
<groupId>io.github.gaplotech</groupId>
<artifactId>kotlin-protobuf-bson-codec</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gaplotech/kotlin-protobuf-bson-codec/
implementation 'io.github.gaplotech:kotlin-protobuf-bson-codec:0.1.2'
// https://jarcasting.com/artifacts/io.github.gaplotech/kotlin-protobuf-bson-codec/
implementation ("io.github.gaplotech:kotlin-protobuf-bson-codec:0.1.2")
'io.github.gaplotech:kotlin-protobuf-bson-codec:jar:0.1.2'
<dependency org="io.github.gaplotech" name="kotlin-protobuf-bson-codec" rev="0.1.2">
<artifact name="kotlin-protobuf-bson-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gaplotech', module='kotlin-protobuf-bson-codec', version='0.1.2')
)
libraryDependencies += "io.github.gaplotech" % "kotlin-protobuf-bson-codec" % "0.1.2"
[io.github.gaplotech/kotlin-protobuf-bson-codec "0.1.2"]