Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdcom.linecorp.decaton |
ArtifactId | ArtifactIddecaton-protobuf |
Version | Version0.0.38 |
Type | Typejar |
Filename | Size |
---|---|
decaton-protobuf-0.0.38.pom | |
decaton-protobuf-0.0.38.jar | 2 KB |
decaton-protobuf-0.0.38-sources.jar | 2 KB |
decaton-protobuf-0.0.38-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.38</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-protobuf/
implementation 'com.linecorp.decaton:decaton-protobuf:0.0.38'
// https://jarcasting.com/artifacts/com.linecorp.decaton/decaton-protobuf/
implementation ("com.linecorp.decaton:decaton-protobuf:0.0.38")
'com.linecorp.decaton:decaton-protobuf:jar:0.0.38'
<dependency org="com.linecorp.decaton" name="decaton-protobuf" rev="0.0.38">
<artifact name="decaton-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.decaton', module='decaton-protobuf', version='0.0.38')
)
libraryDependencies += "com.linecorp.decaton" % "decaton-protobuf" % "0.0.38"
[com.linecorp.decaton/decaton-protobuf "0.0.38"]