Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdio.apptik.comm |
ArtifactId | ArtifactIdjus-protobuf |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
jus-protobuf-0.6.1.pom | |
jus-protobuf-0.6.1.jar | 4 KB |
jus-protobuf-0.6.1-sources.jar | 3 KB |
jus-protobuf-0.6.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.apptik.comm/jus-protobuf/ -->
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-protobuf</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.apptik.comm/jus-protobuf/
implementation 'io.apptik.comm:jus-protobuf:0.6.1'
// https://jarcasting.com/artifacts/io.apptik.comm/jus-protobuf/
implementation ("io.apptik.comm:jus-protobuf:0.6.1")
'io.apptik.comm:jus-protobuf:jar:0.6.1'
<dependency org="io.apptik.comm" name="jus-protobuf" rev="0.6.1">
<artifact name="jus-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apptik.comm', module='jus-protobuf', version='0.6.1')
)
libraryDependencies += "io.apptik.comm" % "jus-protobuf" % "0.6.1"
[io.apptik.comm/jus-protobuf "0.6.1"]