Categories |
CategoriesKotlin Languages Protobuf Data Data Structures |
---|---|
GroupId | GroupIdio.github.gaplotech |
ArtifactId | ArtifactIdkotlin-protobuf-bson-codec |
Version | Version0.1.1 |
Type | Typejar |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gaplotech/kotlin-protobuf-bson-codec/
implementation 'io.github.gaplotech:kotlin-protobuf-bson-codec:0.1.1'
// https://jarcasting.com/artifacts/io.github.gaplotech/kotlin-protobuf-bson-codec/
implementation ("io.github.gaplotech:kotlin-protobuf-bson-codec:0.1.1")
'io.github.gaplotech:kotlin-protobuf-bson-codec:jar:0.1.1'
<dependency org="io.github.gaplotech" name="kotlin-protobuf-bson-codec" rev="0.1.1">
<artifact name="kotlin-protobuf-bson-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gaplotech', module='kotlin-protobuf-bson-codec', version='0.1.1')
)
libraryDependencies += "io.github.gaplotech" % "kotlin-protobuf-bson-codec" % "0.1.1"
[io.github.gaplotech/kotlin-protobuf-bson-codec "0.1.1"]