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