Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdcom.linecorp.decaton |
ArtifactId | ArtifactIddecaton-protobuf |
Version | Version0.0.39 |
Type | Typejar |
Filename | Size |
---|---|
decaton-protobuf-0.0.39.pom | |
decaton-protobuf-0.0.39.jar | 2 KB |
decaton-protobuf-0.0.39-sources.jar | 2 KB |
decaton-protobuf-0.0.39-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-protobuf/ -->
<dependency>
<groupId>com.linecorp.decaton</groupId>
<artifactId>decaton-protobuf</artifactId>
<version>0.0.39</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-protobuf/
implementation 'com.linecorp.decaton:decaton-protobuf:0.0.39'
// https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-protobuf/
implementation ("com.linecorp.decaton:decaton-protobuf:0.0.39")
'com.linecorp.decaton:decaton-protobuf:jar:0.0.39'
<dependency org="com.linecorp.decaton" name="decaton-protobuf" rev="0.0.39">
<artifact name="decaton-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.decaton', module='decaton-protobuf', version='0.0.39')
)
libraryDependencies += "com.linecorp.decaton" % "decaton-protobuf" % "0.0.39"
[com.linecorp.decaton/decaton-protobuf "0.0.39"]